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

overwrite env

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