metallb.yml 686 Bytes
Newer Older
torgiren's avatar
torgiren committed
1
2
3
4
5
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
  name: metallb
  namespace: argocd
6
7
  annotations:
    argocd.argoproj.io/sync-wave: "-5"
torgiren's avatar
torgiren committed
8
spec:
9
  project: exphost
torgiren's avatar
torgiren committed
10
11
  source:
    repoURL: 'https://charts.bitnami.com/bitnami'
12
    targetRevision: 6.3.8
torgiren's avatar
torgiren committed
13
14
15
    chart: metallb
    helm:
      values: |
16
        controller:
17
18
19
20
          metrics:
            enabled: true
            serviceMonitor:
              enabled: true
21
        speaker:
22
23
24
            enabled: true
            serviceMonitor:
              enabled: true
torgiren's avatar
torgiren committed
25
26
27
28
29
30
31

  destination:
    server: 'https://kubernetes.default.svc'
    namespace: metallb-system
  syncPolicy:
    automated:
      prune: true
torgiren's avatar
torgiren committed
32
      selfHeal: true