No unifi anymore, get ye gone!
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
c91d762d07
commit
d8195aff4a
|
@ -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
|
Loading…
Reference in New Issue