Skip to content

Commit

Permalink
Add private images
Browse files Browse the repository at this point in the history
  • Loading branch information
toddkazakov committed Nov 25, 2024
1 parent e7125d1 commit a854969
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ spec:
name: palmtree
key: tlsKeyData
optional: true
image: "{{ .Values.deployment.image }}"
image: "{{ .Values.deployment.image_private }}"
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
{{ template "charts.platform.probes" .Values.global.ports.auth_private}}
Expand Down
2 changes: 2 additions & 0 deletions charts/tidepool/charts/auth/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ configmap:
deployment:
# -- auth Docker image
image: tidepool/platform-auth:master-latest
# -- auth Docker image
image_private: tidepool/platform-private-auth:master-latest
# -- number of replicas to deploy
replicas: 1
initContainers: []
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ spec:
value: data
- name: TIDEPOOL_SYNC_TASK_STORE_DATABASE
value: data
image: "{{ .Values.deployment.image }}"
image: "{{ .Values.deployment.image_private }}"
securityContext:
{{- .Values.podSecurityContext | toYaml | nindent 10 }}
{{ template "charts.platform.probes" .Values.global.ports.data_private }}
Expand Down
2 changes: 2 additions & 0 deletions charts/tidepool/charts/data/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ secret:
deployment:
# -- Docker image
image: tidepool/platform-data:master-latest
# -- Docker image
image_private: tidepool/platform-private-data:master-latest
replicas: 1

# -- memory and cpu resources for pods
Expand Down

0 comments on commit a854969

Please sign in to comment.