feat(nextcloud): Added first draft for nextcloud deployment

This commit is contained in:
Daniël Groothuis
2025-11-01 23:15:54 +01:00
parent 18e368be40
commit a5a8c0912a
7 changed files with 1079 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
---
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
metadata:
name: nextcloud
resources:
- secret.yaml
helmCharts:
- name: nextcloud
repo: https://nextcloud.github.io/helm/
version: 8.5.1
releaseName: nextcloud
namespace: nextcloud
valuesFile: values.yaml