hive-apps/projects/nextcloud/project.yaml

31 lines
546 B
YAML
Raw Normal View History

2021-11-28 10:16:31 +00:00
config:
description: Public Nextcloud
networkPolicy:
groups:
- internet
2022-01-06 10:48:28 +00:00
labels:
environment: external
2021-11-28 10:16:31 +00:00
apps:
- name: nextcloud
repoURL: https://nextcloud.github.io/helm
chart: nextcloud
2022-02-03 02:00:28 +00:00
targetRevision: 2.12.0
2021-11-28 10:16:31 +00:00
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