mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
30 lines
623 B
YAML
30 lines
623 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: metallb
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
chart: metallb
|
|
repoURL: https://metallb.github.io/metallb
|
|
targetRevision: 0.15.3
|
|
helm:
|
|
releaseName: metallb
|
|
values: |
|
|
speaker:
|
|
tolerations:
|
|
- key: "node"
|
|
operator: "Equal"
|
|
value: "special"
|
|
effect: "NoSchedule"
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: nginx-ingress
|
|
syncPolicy:
|
|
retry:
|
|
limit: 1
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|