Unifi manager

Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
Martyn 2023-11-14 14:10:26 +01:00
parent b86b61c0a3
commit bf95484553
2 changed files with 23 additions and 0 deletions

View File

@ -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/

22
everything-app/unifi.yaml Normal file
View File

@ -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