mirror of
https://github.com/rubenhensen/k8scd.git
synced 2026-09-17 02:12:55 +02:00
Add nextcloud helm
This commit is contained in:
@@ -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
@@ -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
|
||||
port: 5001
|
||||
Reference in New Issue
Block a user