feat(owncloud): Added first draft for owncloud deployment

This commit is contained in:
Daniël Groothuis
2025-11-01 22:57:21 +01:00
parent eec40a680c
commit 18e368be40
7 changed files with 0 additions and 86 deletions

View File

@@ -17,4 +17,3 @@ resources:
- penpot
- immich
- digital-garden
- owncloud

View File

@@ -1,17 +0,0 @@
---
apiVersion: argoproj.io/v1alpha1
kind: AppProject
metadata:
name: owncloud
spec:
description: Private File Cloud
sourceRepos:
- '*'
sourceNamespaces:
- '*'
destinations:
- namespace: 'owncloud'
server: '*'
clusterResourceWhitelist:
- group: '*'
kind: '*'

View File

@@ -1,24 +0,0 @@
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

View File

@@ -1,7 +0,0 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- app-project.yaml
- application.yaml