hive-apps/projects/nextcloud/project.yaml

27 lines
507 B
YAML
Raw Normal View History

2021-11-28 10:16:31 +00:00
config:
description: Public Nextcloud
networkPolicy:
groups:
- internet
apps:
- name: nextcloud
repoURL: https://nextcloud.github.io/helm
chart: nextcloud
2022-01-02 15:24:41 +00:00
targetRevision: 2.11.3
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