k8s-manifests/customers/overlays/vr/test/nextcloud-deployment.yml

38 lines
1.1 KiB
YAML
Raw Normal View History

2023-03-28 21:37:32 +00:00
kind: StatefulSet
2023-03-27 11:45:09 +00:00
apiVersion: apps/v1
2023-03-28 16:07:05 +00:00
metadata:
name: customer-node
labels:
app: customer-node
2023-03-27 11:45:09 +00:00
spec:
2023-03-28 21:37:32 +00:00
template:
metadata:
labels:
app: customer-node
2023-03-27 11:45:09 +00:00
spec:
2023-03-28 21:04:39 +00:00
initContainers:
2023-03-28 21:37:32 +00:00
- image: docker.sunet.se/sunet/docker-jinja:latest
name: init-config
volumeMounts:
- name: nextcloud-config-template
mountPath: /tmp/config.php.template
subPath: config.php
- name: nextcloud-data
mountPath: /var/www/html/config
subPath: config
env:
- name: GSS_MASTER_URL
value: "https://drive.test.sunet.se"
- name: LOOKUP_SERVER
value: "https://lookup.drive.test.sunet.se"
- name: MAIL_DOMAIN
value: "drive.test.sunet.se"
- name: MAIL_SMTPNAME
value: "noreply@drive.test.sunet.se"
- name: NEXTCLOUD_TRUSTED_DOMAINS
value: "vr.drive.test.sunet.se"
- name: OBJECTSTORE_S3_BUCKET
value: "primary-vr-drive-test.sunet.se"
- name: SITE_NAME
value: "vr.drive.test.sunet.se"