add infra app metallb
This commit is contained in:
12
infrastructures/metallb-conf/env/k3s-cluster/config.json
vendored
Normal file
12
infrastructures/metallb-conf/env/k3s-cluster/config.json
vendored
Normal file
@@ -0,0 +1,12 @@
|
|||||||
|
{
|
||||||
|
"appName": "metallb",
|
||||||
|
"userGivenName": "metallb",
|
||||||
|
"namespace": "metallb",
|
||||||
|
"destNamespace": "metallb",
|
||||||
|
"destServer": "https://kubernetes.default.svc",
|
||||||
|
"srcPath": "infrastructures/metallb/env/k3s-cluster",
|
||||||
|
"srcRepoURL": "https://github.com/3dwardch3ng/home-cluster-ops.git",
|
||||||
|
"srcTargetRevision": "",
|
||||||
|
"labels": null,
|
||||||
|
"annotations": null
|
||||||
|
}
|
||||||
8
infrastructures/metallb-conf/env/k3s-cluster/kustomization.yaml
vendored
Normal file
8
infrastructures/metallb-conf/env/k3s-cluster/kustomization.yaml
vendored
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
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
|
||||||
7
infrastructures/metallb-conf/env/k3s-cluster/values.yaml
vendored
Normal file
7
infrastructures/metallb-conf/env/k3s-cluster/values.yaml
vendored
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
namespaceOverride: "metallb"
|
||||||
|
controller:
|
||||||
|
podSecurityContext:
|
||||||
|
fsGroup: 1000
|
||||||
|
containerSecurityContext:
|
||||||
|
runAsUser: 1000
|
||||||
|
runAsGroup: 1000
|
||||||
1157
infrastructures/metallb-conf/values.yaml
Normal file
1157
infrastructures/metallb-conf/values.yaml
Normal file
File diff suppressed because it is too large
Load Diff
9
resources/namespaces/env/k3s-cluster/templates/metallb.yaml
vendored
Normal file
9
resources/namespaces/env/k3s-cluster/templates/metallb.yaml
vendored
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
apiVersion: v1
|
||||||
|
kind: Namespace
|
||||||
|
metadata:
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-options: Prune=false
|
||||||
|
creationTimestamp: null
|
||||||
|
name: metallb
|
||||||
|
spec: {}
|
||||||
|
status: {}
|
||||||
Reference in New Issue
Block a user