Files
kubernetes/clusters/artemis/apps/owncloud/application.yaml
2025-11-01 20:17:32 +01:00

25 lines
540 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: owncloud
namespace: owncloud
labels:
platform.dgse.cloud/cluster: artemis
finalizers:
- resources-finalizer.argocd.argoproj.io
spec:
project: owncloud
source:
repoURL: 'https://git.dgse.cloud/DGSE/kubernetes.git'
path: manifests/artemis/owncloud
targetRevision: main
destination:
namespace: owncloud
name: in-cluster
syncPolicy:
syncOptions:
- CreateNamespace=true
automated:
prune: true
selfHeal: true