add envs
This commit is contained in:
@@ -29,8 +29,9 @@ spec:
|
|||||||
value: {{ .Values.app.server.port | quote }}
|
value: {{ .Values.app.server.port | quote }}
|
||||||
- name: CONNECTION_STRING
|
- name: CONNECTION_STRING
|
||||||
value: /app/test.db
|
value: /app/test.db
|
||||||
|
{{- .Values.envs | toYaml | nindent 12 }}
|
||||||
|
|
||||||
image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest"
|
image: {{ .Values.app.image }}:{{ .Chart.AppVersion }}
|
||||||
imagePullPolicy: Always
|
imagePullPolicy: Always
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
|
|||||||
@@ -13,4 +13,4 @@ ingress:
|
|||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
autoscaling:
|
autoscaling:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|||||||
Reference in New Issue
Block a user