diff --git a/src/main/resources/taiga/taiga-events-deployment.yaml b/src/main/resources/taiga/taiga-events-deployment.yaml index 4a486e0..79078d4 100644 --- a/src/main/resources/taiga/taiga-events-deployment.yaml +++ b/src/main/resources/taiga/taiga-events-deployment.yaml @@ -21,10 +21,12 @@ spec: ports: - name: http containerPort: 8888 - envFrom: # ToDo: check if all vars are needed - - configMapRef: - name: taiga-configmap 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 valueFrom: secretKeyRef: