add connection string to config

This commit is contained in:
kandrusyak
2023-06-30 19:01:21 +03:00
parent 199cdbe8d9
commit ce51368e79
3 changed files with 7 additions and 3 deletions

View File

@@ -27,6 +27,8 @@ spec:
value: Europe/Moscow
- name: PORT
value: {{ .Values.app.server.port | quote }}
- name: CONNECTION_STRING
value: /app/test.db
image: {{ .Values.app.image }}:{{ .Chart.AppVersion }} #"docker-registry.dopcore.com/andrusyakka/urban-couscous:latest"
imagePullPolicy: Always