diff --git a/everything-app/unifi.yaml b/everything-app/unifi.yaml deleted file mode 100644 index bfe5026..0000000 --- a/everything-app/unifi.yaml +++ /dev/null @@ -1,25 +0,0 @@ -apiVersion: argoproj.io/v1alpha1 -kind: Application -metadata: - name: unifi - namespace: argocd -spec: - destination: - namespace: unifi - server: https://kubernetes.default.svc - project: infra - source: - chart: unifi-controller - helm: - parameters: - - name: persistence.storageClass - value: "rook-ceph-block-ssd" - - 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