Compare commits
2 commits
33f2700005
...
3c1ba1ccda
| Author | SHA1 | Date | |
|---|---|---|---|
| 3c1ba1ccda | |||
| 282fe8e420 |
2 changed files with 25 additions and 0 deletions
22
apps/metallb-config.yaml
Normal file
22
apps/metallb-config.yaml
Normal file
|
|
@ -0,0 +1,22 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: metallb-config
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "1"
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/jad0s/gitops.git
|
||||||
|
targetRevision: HEAD
|
||||||
|
path: manifests/metallb
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: metallb-system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
|
@ -12,3 +12,6 @@ kind: L2Advertisement
|
||||||
metadata:
|
metadata:
|
||||||
name: homelab
|
name: homelab
|
||||||
namespace: metallb-system
|
namespace: metallb-system
|
||||||
|
spec:
|
||||||
|
ipAddressPools:
|
||||||
|
- homelab
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue