Initial commit: k3s GitOps manifests with ArgoCD App-of-Apps
This commit is contained in:
29
argocd/apps/metallb.yaml
Normal file
29
argocd/apps/metallb.yaml
Normal file
@@ -0,0 +1,29 @@
|
||||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: metallb
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
sources:
|
||||
- repoURL: https://metallb.github.io/metallb
|
||||
chart: metallb
|
||||
targetRevision: 0.14.5
|
||||
helm:
|
||||
values: |
|
||||
crds:
|
||||
enabled: true
|
||||
- repoURL: http://gitea.gitea.svc.cluster.local:3000/gitea/k3s-manifests.git
|
||||
targetRevision: main
|
||||
path: manifests/metallb
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: metallb-system
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
syncOptions:
|
||||
- CreateNamespace=true
|
||||
Reference in New Issue
Block a user