From e37e0caa44db9257945b425908908eac8f0cd40f Mon Sep 17 00:00:00 2001 From: xavor Date: Sun, 27 Apr 2025 22:55:29 +0000 Subject: [PATCH] =?UTF-8?q?a=C3=B1adido=20harbor=20y=20nextcloud?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/harbor.yaml | 20 ++++++++++++++++++++ apps/nextcloud.yaml | 20 ++++++++++++++++++++ 2 files changed, 40 insertions(+) create mode 100644 apps/harbor.yaml create mode 100644 apps/nextcloud.yaml diff --git a/apps/harbor.yaml b/apps/harbor.yaml new file mode 100644 index 0000000..bff4560 --- /dev/null +++ b/apps/harbor.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: vscode + namespace: argocd +spec: + project: default + source: + repoURL: 'http://192.168.1.10:30300/xavor/k8s-harbor.git' + targetRevision: HEAD + path: . + destination: + server: 'https://kubernetes.default.svc' + namespace: harbor + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true diff --git a/apps/nextcloud.yaml b/apps/nextcloud.yaml new file mode 100644 index 0000000..1f08318 --- /dev/null +++ b/apps/nextcloud.yaml @@ -0,0 +1,20 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: vscode + namespace: argocd +spec: + project: default + source: + repoURL: 'http://192.168.1.10:30300/xavor/k8s-nextcloud.git' + targetRevision: HEAD + path: . + destination: + server: 'https://kubernetes.default.svc' + namespace: nextcloud + syncPolicy: + automated: + prune: true + selfHeal: true + syncOptions: + - CreateNamespace=true