Set the connection to tasko DB

This commit is contained in:
dvirlabs 2025-12-11 02:12:56 +02:00
parent 01ffb5fac9
commit 9bd13a324a

View File

@ -44,6 +44,11 @@ spec:
protocol: TCP protocol: TCP
env: env:
{{- toYaml .Values.backend.env | nindent 8 }} {{- toYaml .Values.backend.env | nindent 8 }}
- name: DATABASE_URL
valueFrom:
secretKeyRef:
name: {{ include "tasko.fullname" . }}-secrets
key: database-url
livenessProbe: livenessProbe:
httpGet: httpGet:
path: / path: /