refactor for metallb

This commit is contained in:
2024-08-26 12:41:26 +10:00
parent 4752c35680
commit f41889854d
8 changed files with 15 additions and 32 deletions

View File

@@ -1,8 +1,8 @@
{
"appName": "metallb",
"userGivenName": "metallb",
"namespace": "metallb",
"destNamespace": "metallb",
"namespace": "metallb-system",
"destNamespace": "metallb-system",
"destServer": "https://kubernetes.default.svc",
"srcPath": "infrastructures/metallb/env/k3s-cluster",
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",

View File

@@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
helmCharts:
- name: metallb
repo: oci://registry-1.docker.io/bitnamicharts
version: 6.3.10
releaseName: metallb
valuesFile: values.yaml
repo: https://metallb.github.io/metallb
version: 0.14.18
releaseName: metallb

View File

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