añadido harbor y nextcloud

This commit is contained in:
2025-04-27 22:55:29 +00:00
parent dfeb705dbb
commit e37e0caa44
2 changed files with 40 additions and 0 deletions

20
apps/harbor.yaml Normal file
View File

@ -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

20
apps/nextcloud.yaml Normal file
View File

@ -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