This commit is contained in:
2025-01-26 18:02:40 +01:00
parent c257abb24f
commit 27c9391ec2
19 changed files with 515 additions and 65 deletions

View File

@ -78,14 +78,18 @@ spec:
httpGet:
path: /identity
port: http
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 5
readinessProbe:
httpGet:
path: /identity
port: http
initialDelaySeconds: 30
initialDelaySeconds: 60
periodSeconds: 10
timeoutSeconds: 3
failureThreshold: 5
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumes:

View File

@ -17,8 +17,8 @@ podSecurityContext:
# Configurable user and group IDs
securityContext:
PUID: 1000
PGID: 1000
PUID: 0
PGID: 0
privileged: true
capabilities:
add: