diff options
| author | Baitinq <[email protected]> | 2024-05-27 21:30:54 +0200 |
|---|---|---|
| committer | Baitinq <[email protected]> | 2024-05-27 23:52:44 +0200 |
| commit | 81621c4f64f4a1c29906643f53314e2f71a014ae (patch) | |
| tree | 503cc56b609dcad8f8eca6e64b6b9b15b02fd4fd /k8s/rest-api/templates | |
| parent | payload-processor: fmt (diff) | |
| download | fs-tracer-backend-81621c4f64f4a1c29906643f53314e2f71a014ae.tar.gz fs-tracer-backend-81621c4f64f4a1c29906643f53314e2f71a014ae.tar.bz2 fs-tracer-backend-81621c4f64f4a1c29906643f53314e2f71a014ae.zip | |
rest-api: connect to db and add /file/ GET endpoint
TODO: Only get files for your specific user
Diffstat (limited to 'k8s/rest-api/templates')
| -rw-r--r-- | k8s/rest-api/templates/deployment.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/k8s/rest-api/templates/deployment.yaml b/k8s/rest-api/templates/deployment.yaml index f2b15d8..aa61cb6 100644 --- a/k8s/rest-api/templates/deployment.yaml +++ b/k8s/rest-api/templates/deployment.yaml @@ -50,6 +50,8 @@ spec: secretKeyRef: name: kafka-user-passwords key: client-passwords + - name: DB_PASSWORD + value: {{ .Values.db.password }} {{- with .Values.nodeSelector }} nodeSelector: {{- toYaml . | nindent 8 }} |