File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ metadata:
66 labels :
77 heritage : drycc
88 annotations :
9- component.drycc.cc/version : {{ .Values.docker_tag }}
9+ component.drycc.cc/version : {{ .Values.image_tag }}
1010spec :
1111 replicas : 1
1212 strategy :
2222 serviceAccount : drycc-database
2323 containers :
2424 - name : drycc-database
25- image : {{.Values.docker_registry }}{{.Values.org}}/postgres:{{.Values.docker_tag }}
26- imagePullPolicy : {{.Values.pull_policy }}
25+ image : {{.Values.image_registry }}{{.Values.org}}/postgres:{{.Values.image_tag }}
26+ imagePullPolicy : {{.Values.image_pull_policy }}
2727 ports :
2828 - containerPort : 5432
2929{{- if or (.Values.limits_cpu) (.Values.limits_memory)}}
Original file line number Diff line number Diff line change 11org : " drycc"
2- pull_policy : " Always"
3- docker_tag : " canary"
4- docker_registry : " "
2+ image_pull_policy : " Always"
3+ image_tag : " canary"
4+ image_registry : " "
55# limits_cpu: "100m"
66# limits_memory: "50Mi"
77# The username and password to be used by the on-cluster database.
You can’t perform that action at this time.
0 commit comments