Skip to content

Commit

Permalink
added imagePullSecrets to ocean chart
Browse files Browse the repository at this point in the history
  • Loading branch information
yairsimantov20 committed Apr 16, 2024
1 parent d9ba589 commit 8d25dcd
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions charts/port-ocean/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,24 +6,24 @@ port:
clientSecret: ""
baseUrl: https://api.getport.io

podAnnotations: { }
podAnnotations: {}

extraEnv:
# Example
# - name: HTTPS_PROXY
# value: http://myproxy.com

podSecurityContext: { }
# Example
podSecurityContext: {}
# Example
# runAsGroup: 1001
# runAsUser: 1001
# fsGroup: 1001
# fsGroupChangePolicy: "OnRootMismatch"
containerSecurityContext: { }
# Example
# fsGroupChangePolicy: "OnRootMismatch"
containerSecurityContext: {}
# Example
# runAsGroup: 1001
# runAsUser: 1001
# allowPrivilegeEscalation: false
# allowPrivilegeEscalation: false

rolloutStrategy: "Recreate"

Expand All @@ -36,19 +36,19 @@ resources:
cpu: "500m"


nodeSelector: { }
nodeSelector: {}

tolerations: [ ]
tolerations: []

affinity: { }
affinity: {}

extraLabels: { }
extraLabels: {}

imageRegistry: "ghcr.io/port-labs"

imagePullPolicy: Always

imagePullSecrets: [ ]
imagePullSecrets: []

initializePortResources: true

Expand All @@ -64,16 +64,16 @@ service:
enabled: true
type: ClusterIP
port: 8000
annotations: { }
annotations: {}

ingress:
enabled: false
className: ""
annotations: { }
annotations: {}
host: null
path: /
pathType: Prefix
tls: [ ]
tls: []
# Example
# - secretName: my-secret
# hosts:
Expand All @@ -83,8 +83,8 @@ integration:
identifier: ""
version: ""
type: ""
config: { }
secrets: { }
config: {}
secrets: {}
eventListener:
type: "KAFKA"
brokers: "b-1-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-2-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196,b-3-public.publicclusterprod.t9rw6w.c1.kafka.eu-west-1.amazonaws.com:9196"
Expand Down

0 comments on commit 8d25dcd

Please sign in to comment.