about summary refs log tree commit diff
path: root/k8s/rest-api
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 22:17:36 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-02 23:20:31 +0200
commita49298ee8a3c3fd7426154c36052663392e60752 (patch)
tree5f18bfcdef509c2c061025c416ce7d5076b6e147 /k8s/rest-api
parentmisc: add deploy.sh script (diff)
downloadfs-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.yaml6
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 }}