add infra app metallb

This commit is contained in:
2024-08-26 10:25:42 +10:00
parent 54e2db8955
commit 621be852b6
3 changed files with 27 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
namespaceOverride: "metallb"
controller:
podSecurityContext:
fsGroup: 1000
containerSecurityContext:
runAsUser: 1000
runAsGroup: 1000