fix(linkwarden): add readiness/liveness checks
All checks were successful
Renovate / renovate (push) Successful in 21s

This commit is contained in:
Peter 2024-03-13 18:17:57 +01:00
parent f63ddcbcde
commit 13198f44a2
Signed by: prskr
GPG key ID: F56BED6903BC5E37

View file

@ -50,6 +50,18 @@ spec:
limits:
memory: "1500Mi"
cpu: "500m"
readinessProbe:
httpGet:
path: /login
port: 3000
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
httpGet:
path: /login
port: 3000
initialDelaySeconds: 30
periodSeconds: 10
securityContext:
allowPrivilegeEscalation: false
capabilities: