about summary refs log tree commit diff
path: root/k8s/payload-processor/templates/deployment.yaml
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-09 00:15:13 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2024-05-11 01:32:43 +0200
commit0a7be3e1ca6e651759fdb853e83e639f476e0c47 (patch)
tree0a53188b22edf971380290fefc3b6075a6a4e629 /k8s/payload-processor/templates/deployment.yaml
parentk8s: set default number of kafka topic partitions to 2 (diff)
downloadfs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.gz
fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.tar.bz2
fs-tracer-backend-0a7be3e1ca6e651759fdb853e83e639f476e0c47.zip
payloads-processor: connect to DB and insert dummy data
Diffstat (limited to 'k8s/payload-processor/templates/deployment.yaml')
-rw-r--r--k8s/payload-processor/templates/deployment.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/k8s/payload-processor/templates/deployment.yaml b/k8s/payload-processor/templates/deployment.yaml
index b9ab76e..6ab4c90 100644
--- a/k8s/payload-processor/templates/deployment.yaml
+++ b/k8s/payload-processor/templates/deployment.yaml
@@ -39,6 +39,8 @@ spec:
               secretKeyRef:
                 name: kafka-user-passwords
                 key: client-passwords
+          - name: DB_PASSWORD
+            value: {{ .Values.db.password }}
       {{- with .Values.nodeSelector }}
       nodeSelector:
         {{- toYaml . | nindent 8 }}