chore(apps): add MetalLB
This commit is contained in:
parent
e3cb15780e
commit
a96b5f8fa5
3 changed files with 19 additions and 0 deletions
11
apps/metallb/overlays/system/config.json
Normal file
11
apps/metallb/overlays/system/config.json
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
{
|
||||
"appName": "metallb",
|
||||
"userGivenName": "metallb",
|
||||
"destNamespace": "metallb-system",
|
||||
"destServer": "https://kubernetes.default.svc",
|
||||
"srcPath": "apps/metallb/overlays/system",
|
||||
"srcRepoURL": "ssh://git@gitea-ssh.gitops.svc.cluster.local:2222/davad/argo.git",
|
||||
"srcTargetRevision": "",
|
||||
"labels": null,
|
||||
"annotations": null
|
||||
}
|
||||
4
apps/metallb/overlays/system/kustomization.yaml
Normal file
4
apps/metallb/overlays/system/kustomization.yaml
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources:
|
||||
- ../../base
|
||||
Loading…
Add table
Add a link
Reference in a new issue