diff options
Diffstat (limited to 'k8s')
-rw-r--r-- | k8s/rest-api/templates/deployment.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/k8s/rest-api/templates/deployment.yaml b/k8s/rest-api/templates/deployment.yaml index 6e58bc5..4db09db 100644 --- a/k8s/rest-api/templates/deployment.yaml +++ b/k8s/rest-api/templates/deployment.yaml @@ -47,6 +47,12 @@ spec: port: http resources: {{- toYaml .Values.resources | nindent 12 }} + env: + - name: RABBITMQ_PASSWORD + valueFrom: + secretKeyRef: + name: rabbitmq + key: rabbitmq-password {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} |