Env variable fix

This commit is contained in:
florian 2025-10-08 15:36:48 +02:00
parent 9816c281ad
commit 7281fb238f

View File

@ -22,7 +22,7 @@ spec:
env: env:
- name: BACKEND_API_INTERNAL_RMQ_HOST - name: BACKEND_API_INTERNAL_RMQ_HOST
value: "rabbitmq.app-notifications.svc.cluster.local" value: "rabbitmq.app-notifications.svc.cluster.local"
- name: BACKEND_API_DB_HOST - name: BACKEND_API_INTERNAL_DB_HOST
value: "mysql.app-notifications.svc.cluster.local" value: "mysql.app-notifications.svc.cluster.local"
volumeMounts: volumeMounts:
- name: backend-api-internal-secrets - name: backend-api-internal-secrets