mirror of
https://github.com/auricom/home-cluster.git
synced 2025-10-02 08:47:17 +02:00
♻️ defaultPodOptions
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user