🩺 authelia probes

This commit is contained in:
auricom
2023-01-05 20:40:24 +01:00
parent cb5d2d8020
commit 1f6e4db7fb

View File

@@ -43,10 +43,25 @@ spec:
main:
ports:
http:
port: 8888
port: &port 8888
metrics:
enabled: true
port: 8080
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /api/health
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
startup:
enabled: false
serviceMonitor:
main:
enabled: true