feat(owncloud): Added first draft for owncloud deployment
This commit is contained in:
@@ -17,4 +17,3 @@ resources:
|
|||||||
- penpot
|
- penpot
|
||||||
- immich
|
- immich
|
||||||
- digital-garden
|
- digital-garden
|
||||||
- owncloud
|
|
||||||
|
|||||||
@@ -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: '*'
|
|
||||||
@@ -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
|
|
||||||
@@ -1,7 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- app-project.yaml
|
|
||||||
- application.yaml
|
|
||||||
@@ -1,16 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
metadata:
|
|
||||||
name: owncloud
|
|
||||||
|
|
||||||
resources:
|
|
||||||
- secret.yaml
|
|
||||||
|
|
||||||
helmCharts:
|
|
||||||
- name: owncloud
|
|
||||||
repo: https://owncloud-docker.github.io/helm-charts
|
|
||||||
version: 0.8.0
|
|
||||||
releaseName: owncloud
|
|
||||||
namespace: owncloud
|
|
||||||
# valuesFile: values.yaml
|
|
||||||
@@ -1,21 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: external-secrets.io/v1
|
|
||||||
kind: ExternalSecret
|
|
||||||
metadata:
|
|
||||||
name: owncloud-secret
|
|
||||||
spec:
|
|
||||||
refreshInterval: 1h
|
|
||||||
secretStoreRef:
|
|
||||||
name: platform
|
|
||||||
kind: ClusterSecretStore
|
|
||||||
target:
|
|
||||||
name: owncloud-secret
|
|
||||||
data:
|
|
||||||
- secretKey: admin-username
|
|
||||||
remoteRef:
|
|
||||||
key: owncloud
|
|
||||||
property: admin-username
|
|
||||||
- secretKey: admin-password
|
|
||||||
remoteRef:
|
|
||||||
key: owncloud
|
|
||||||
property: admin-password
|
|
||||||
Reference in New Issue
Block a user