mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
🔊 atuin probes
This commit is contained in:
@@ -54,6 +54,19 @@ spec:
|
|||||||
ATUIN_TLS__ENABLE: "false"
|
ATUIN_TLS__ENABLE: "false"
|
||||||
envFrom: *envFrom
|
envFrom: *envFrom
|
||||||
args: [server, start]
|
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:
|
securityContext:
|
||||||
allowPrivilegeEscalation: false
|
allowPrivilegeEscalation: false
|
||||||
readOnlyRootFilesystem: true
|
readOnlyRootFilesystem: true
|
||||||
|
Reference in New Issue
Block a user