Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/PORT-7702-ocean-add-image-pull-s…
Browse files Browse the repository at this point in the history
…ecrets-to-ocean-chart' into PORT-7702-ocean-add-image-pull-secrets-to-ocean-chart
  • Loading branch information
yairsimantov20 committed Apr 16, 2024
2 parents 6f18156 + ef952f7 commit d9ba589
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions charts/port-ocean/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,28 +6,28 @@ 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"

resources:
resources:
requests:
memory: "512Mi"
cpu: "200m"
Expand All @@ -36,13 +36,13 @@ resources:
cpu: "500m"


nodeSelector: {}
nodeSelector: { }

tolerations: []
tolerations: [ ]

affinity: {}
affinity: { }

extraLabels: {}
extraLabels: { }

imageRegistry: "ghcr.io/port-labs"

Expand All @@ -64,27 +64,27 @@ 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:
# - "my-host.my-domain.com"

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 d9ba589

Please sign in to comment.