♻️ defaultPodOptions

This commit is contained in:
auricom
2023-11-01 10:52:00 +01:00
parent a83151c5f4
commit 7880743775
8 changed files with 55 additions and 56 deletions

View File

@@ -27,6 +27,12 @@ spec:
uninstall:
keepHistory: false
values:
defaultPodOptions:
securityContext:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
fsGroupChangePolicy: "OnRootMismatch"
controllers:
main:
type: statefulset
@@ -50,12 +56,6 @@ spec:
cpu: 15m
limits:
memory: 512Mi
pod:
securityContext:
runAsUser: 1001
runAsGroup: 1001
fsGroup: 1001
fsGroupChangePolicy: "OnRootMismatch"
statefulset:
volumeClaimTemplates:
- name: config