From bf95484553f608bbac9a01aff8a5c266eb926c85 Mon Sep 17 00:00:00 2001 From: Martyn Ranyard Date: Tue, 14 Nov 2023 14:10:26 +0100 Subject: [PATCH] Unifi manager Signed-off-by: Martyn Ranyard --- everything-app/project-infra.yaml | 1 + everything-app/unifi.yaml | 22 ++++++++++++++++++++++ 2 files changed, 23 insertions(+) create mode 100644 everything-app/unifi.yaml diff --git a/everything-app/project-infra.yaml b/everything-app/project-infra.yaml index 210e046..f8ac7a6 100644 --- a/everything-app/project-infra.yaml +++ b/everything-app/project-infra.yaml @@ -29,3 +29,4 @@ spec: - https://helm.cilium.io/ - https://openebs.github.io/mayastor-extensions/ - https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts + - https://qonstrukt.github.io/helm-charts/ diff --git a/everything-app/unifi.yaml b/everything-app/unifi.yaml new file mode 100644 index 0000000..775d17e --- /dev/null +++ b/everything-app/unifi.yaml @@ -0,0 +1,22 @@ +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