Use configMapKeyRef
This commit is contained in:
parent
ad92033aff
commit
13f0a0c732
1 changed files with 5 additions and 3 deletions
|
@ -21,10 +21,12 @@ spec:
|
||||||
ports:
|
ports:
|
||||||
- name: http
|
- name: http
|
||||||
containerPort: 8888
|
containerPort: 8888
|
||||||
envFrom: # ToDo: check if all vars are needed
|
|
||||||
- configMapRef:
|
|
||||||
name: taiga-configmap
|
|
||||||
env:
|
env:
|
||||||
|
- name: EVENTS_PUSH_BACKEND_URL # ToDo: check if we really need to set these URLs
|
||||||
|
valueFrom:
|
||||||
|
configMapKeyRef:
|
||||||
|
name: taiga-configmap
|
||||||
|
key: EVENTS_PUSH_BACKEND_URL
|
||||||
- name: RABBITMQ_USER
|
- name: RABBITMQ_USER
|
||||||
valueFrom:
|
valueFrom:
|
||||||
secretKeyRef:
|
secretKeyRef:
|
||||||
|
|
Loading…
Reference in a new issue