hive-apps/projects/nextcloud/project.yaml
2022-07-01 09:25:46 +02:00

31 lines
545 B
YAML

config:
description: Public Nextcloud
networkPolicy:
groups:
- internet
labels:
environment: external
apps:
- name: nextcloud
repoURL: https://nextcloud.github.io/helm
chart: nextcloud
targetRevision: 3.0.1
secrets:
- name: nextcloud-user
keys:
- username
- password
- smtp_username
- smtp_password
- name: nextcloud-postgres
keys:
- postgresql-username
- postgresql-password
- postgresql-postgres-password
- name: nextcloud-db
keys:
- db-username
- db-password