add share path

This commit is contained in:
kandrusyak
2023-06-30 19:08:44 +03:00
parent b25eaf481f
commit 36a64f4fe3
3 changed files with 8 additions and 4 deletions

View File

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