Set the connection to tasko DB
This commit is contained in:
parent
01ffb5fac9
commit
9bd13a324a
@ -44,6 +44,11 @@ spec:
|
||||
protocol: TCP
|
||||
env:
|
||||
{{- toYaml .Values.backend.env | nindent 8 }}
|
||||
- name: DATABASE_URL
|
||||
valueFrom:
|
||||
secretKeyRef:
|
||||
name: {{ include "tasko.fullname" . }}-secrets
|
||||
key: database-url
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
path: /
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user