mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🩺 authelia probes
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user