add infra app metallb

This commit is contained in:
2024-08-26 10:26:28 +10:00
parent 621be852b6
commit 6fd3e765b7
5 changed files with 1193 additions and 0 deletions

View File

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