nextcloud to minimal kustomize
This commit is contained in:
@@ -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"
|
||||
|
||||
9
nextcloud/kustomization.yaml
Normal file
9
nextcloud/kustomization.yaml
Normal 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
|
||||
Reference in New Issue
Block a user