Fix db conn
This commit is contained in:
parent
30d13d31b2
commit
de50f292aa
@ -32,6 +32,7 @@ vikunja:
|
||||
config.yml: |
|
||||
service:
|
||||
interface: "0.0.0.0"
|
||||
port: 3456
|
||||
database:
|
||||
type: "postgres"
|
||||
host: "vikunja-postgresql.my-apps.svc.cluster.local"
|
||||
@ -50,3 +51,20 @@ vikunja:
|
||||
enabled: true
|
||||
openid:
|
||||
enabled: false
|
||||
|
||||
# override probes to a simpler TCP check
|
||||
probes:
|
||||
liveness:
|
||||
enabled: true
|
||||
spec:
|
||||
tcpSocket:
|
||||
port: 3456
|
||||
initialDelaySeconds: 20
|
||||
periodSeconds: 10
|
||||
readiness:
|
||||
enabled: true
|
||||
spec:
|
||||
tcpSocket:
|
||||
port: 3456
|
||||
initialDelaySeconds: 10
|
||||
periodSeconds: 5
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user