Skip to content
Snippets Groups Projects
Commit 0606efaf authored by Dominik Hebeler's avatar Dominik Hebeler
Browse files

overwrite environment variable

parent 9e29fba2
Branches
No related tags found
1 merge request!2194Development
......@@ -52,6 +52,10 @@ spec:
value: {{ .Values.environment }}
- name: APP_URL
value: {{ .Values.app_url }}
- name: REDIS_HOST
value: "127.0.0.1"
- name: REDIS_PORT
value: "6379"
volumeMounts:
- name: secrets
mountPath: /metager/metager_app/.env
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment