26 lines
579 B
YAML
26 lines
579 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: unifi
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: unifi
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
chart: unifi-controller
|
|
helm:
|
|
parameters:
|
|
- name: persistence.storageClass
|
|
value: "local-path"
|
|
- name: persistence.backup.enabled
|
|
value: "false"
|
|
- name: ingress.enabled
|
|
value: "false"
|
|
repoURL: https://qonstrukt.github.io/helm-charts/
|
|
targetRevision: 2.4.0
|
|
syncPolicy:
|
|
automated:
|
|
selfHeal: true
|