nextcloud to minimal kustomize

This commit is contained in:
2026-01-05 05:41:47 +02:00
parent 9f08dc67e8
commit 676f0bab4f
3 changed files with 20 additions and 1 deletions

View File

@@ -196,7 +196,7 @@ spec:
- name: OBJECTSTORE_S3_SECRET
valueFrom:
secretKeyRef:
name: nextcloud-imported-secrets
name: nextcloud-s3
key: OBJECTSTORE_S3_SECRET
ports:
- containerPort: 80
@@ -337,3 +337,13 @@ data:
'oidc_login_skip_proxy' => false,
'oidc_login_code_challenge_method' => '',
);
---
apiVersion: codemowers.cloud/v1beta1
kind: SecretClaim
metadata:
name: nextcloud-admin-secrets
spec:
size: 32
mapping:
- key: password
value: "%(plaintext)s"

View File

@@ -0,0 +1,9 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: nextcloud
resources:
- ssh://git@git.k-space.ee/secretspace/kube/nextcloud
- ./application.yaml
- ./mariadb.yaml