🔊 atuin probes

This commit is contained in:
auricom
2024-04-04 09:19:26 +02:00
parent 45fbc7a46c
commit 04a95fd78f

View File

@@ -54,6 +54,19 @@ spec:
ATUIN_TLS__ENABLE: "false"
envFrom: *envFrom
args: [server, start]
probes:
liveness: &probes
enabled: true
custom: true
spec:
httpGet:
path: /
port: *port
initialDelaySeconds: 0
periodSeconds: 10
timeoutSeconds: 1
failureThreshold: 3
readiness: *probes
securityContext:
allowPrivilegeEscalation: false
readOnlyRootFilesystem: true