This commit is contained in:
kandrusyak
2023-07-04 02:04:13 +03:00
parent b9e93d86b4
commit 317f7978c3
2 changed files with 3 additions and 2 deletions

View File

@@ -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