hive-apps/projects/nextcloud/project.yaml
2021-12-01 20:30:55 +01:00

27 lines
507 B
YAML

config:
description: Public Nextcloud
networkPolicy:
groups:
- internet
apps:
- name: nextcloud
repoURL: https://nextcloud.github.io/helm
chart: nextcloud
targetRevision: 2.10.0
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