From 4798749661b8889e28e7418eaeb1baccf43ea634 Mon Sep 17 00:00:00 2001 From: Ruben Hensen Date: Mon, 3 Feb 2025 12:39:20 +0100 Subject: [PATCH] Add nextcloud helm --- apps/templates/nextcloud-helm.yaml | 25 +++++++++++++++++++++++++ nas/service.yaml | 8 ++++---- 2 files changed, 29 insertions(+), 4 deletions(-) create mode 100644 apps/templates/nextcloud-helm.yaml diff --git a/apps/templates/nextcloud-helm.yaml b/apps/templates/nextcloud-helm.yaml new file mode 100644 index 0000000..583a536 --- /dev/null +++ b/apps/templates/nextcloud-helm.yaml @@ -0,0 +1,25 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: helm-cert-manager + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: cert-manager + server: https://kubernetes.default.svc + project: default + source: + repoURL: https://nextcloud.github.io/helm/ + targetRevision: 6.6.3 + chart: nextcloud + # helm: + # parameters: + # - name: crds.enabled + # value: 'true' + syncPolicy: + syncOptions: + - CreateNamespace=true + automated: + selfHeal: true diff --git a/nas/service.yaml b/nas/service.yaml index c0d822d..16c1343 100644 --- a/nas/service.yaml +++ b/nas/service.yaml @@ -6,9 +6,9 @@ spec: type: ExternalName externalName: 192.168.1.99 ports: - - name: nas-5000 + - name: nas-5000 protocol: TCP - port: 5000 - - name: nas-5001 + port: 5000 + - name: nas-5001 protocol: TCP - port: 5001 \ No newline at end of file + port: 5001 \ No newline at end of file