Set the connection to tasko DB
This commit is contained in:
parent
01ffb5fac9
commit
9bd13a324a
@ -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: /
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user