Add nextcloud helm

This commit is contained in:
Ruben Hensen
2025-02-03 12:39:20 +01:00
parent 613091d697
commit 4798749661
2 changed files with 29 additions and 4 deletions
+25
View File
@@ -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
+4 -4
View File
@@ -6,9 +6,9 @@ spec:
type: ExternalName type: ExternalName
externalName: 192.168.1.99 externalName: 192.168.1.99
ports: ports:
- name: nas-5000 - name: nas-5000
protocol: TCP protocol: TCP
port: 5000 port: 5000
- name: nas-5001 - name: nas-5001
protocol: TCP protocol: TCP
port: 5001 port: 5001