diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 22:17:36 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2024-05-02 23:20:31 +0200 |
commit | a49298ee8a3c3fd7426154c36052663392e60752 (patch) | |
tree | 5f18bfcdef509c2c061025c416ce7d5076b6e147 /k8s/rest-api | |
parent | misc: add deploy.sh script (diff) | |
download | fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.tar.gz fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.tar.bz2 fs-tracer-backend-a49298ee8a3c3fd7426154c36052663392e60752.zip |
Switch to kafka :^)
Diffstat (limited to 'k8s/rest-api')
-rw-r--r-- | k8s/rest-api/templates/deployment.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/k8s/rest-api/templates/deployment.yaml b/k8s/rest-api/templates/deployment.yaml index 4db09db..5951f59 100644 --- a/k8s/rest-api/templates/deployment.yaml +++ b/k8s/rest-api/templates/deployment.yaml @@ -48,11 +48,11 @@ spec: resources: {{- toYaml .Values.resources | nindent 12 }} env: - - name: RABBITMQ_PASSWORD + - name: KAFKA_PASSWORD valueFrom: secretKeyRef: - name: rabbitmq - key: rabbitmq-password + name: kafka-user-passwords + key: client-passwords {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} |