pod security n8n
This commit is contained in:
@@ -16,9 +16,6 @@ spec:
|
||||
|
||||
# n8n Hauptknoten mit Persistenz
|
||||
main:
|
||||
securityContext:
|
||||
runAsUser: 0
|
||||
fsGroup: 0
|
||||
persistence:
|
||||
enabled: true
|
||||
storageClass: "longhorn"
|
||||
@@ -29,6 +26,12 @@ spec:
|
||||
helm.sh/resource-policy: keep
|
||||
forceToUseStatefulset: true
|
||||
count: 1
|
||||
|
||||
podSecurityContext:
|
||||
fsGroup: 0
|
||||
containerSecurityContext:
|
||||
runAsUser: 0
|
||||
runAsnonRoot: false
|
||||
|
||||
# PostgreSQL Datenbank
|
||||
db:
|
||||
|
||||
Reference in New Issue
Block a user