Unifi manager
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
b86b61c0a3
commit
bf95484553
|
@ -29,3 +29,4 @@ spec:
|
||||||
- https://helm.cilium.io/
|
- https://helm.cilium.io/
|
||||||
- https://openebs.github.io/mayastor-extensions/
|
- https://openebs.github.io/mayastor-extensions/
|
||||||
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
- https://raw.githubusercontent.com/kubernetes-csi/csi-driver-smb/master/charts
|
||||||
|
- https://qonstrukt.github.io/helm-charts/
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue