🩺 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: main:
ports: ports:
http: http:
port: 8888 port: &port 8888
metrics: metrics:
enabled: true enabled: true
port: 8080 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: serviceMonitor:
main: main:
enabled: true enabled: true