sabnzbd
This commit is contained in:
@ -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:
|
||||
|
@ -17,8 +17,8 @@ podSecurityContext:
|
||||
|
||||
# Configurable user and group IDs
|
||||
securityContext:
|
||||
PUID: 1000
|
||||
PGID: 1000
|
||||
PUID: 0
|
||||
PGID: 0
|
||||
privileged: true
|
||||
capabilities:
|
||||
add:
|
||||
|
Reference in New Issue
Block a user