mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 23:06:38 +00:00
27 lines
506 B
YAML
27 lines
506 B
YAML
|
config:
|
||
|
description: Public Nextcloud
|
||
|
networkPolicy:
|
||
|
groups:
|
||
|
- internet
|
||
|
apps:
|
||
|
- name: nextcloud
|
||
|
repoURL: https://nextcloud.github.io/helm
|
||
|
chart: nextcloud
|
||
|
targetRevision: 2.9.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
|