mirror of
https://github.com/nold360/hive-apps
synced 2024-11-08 14:56:35 +00:00
26 lines
507 B
YAML
26 lines
507 B
YAML
config:
|
|
description: Public Nextcloud
|
|
networkPolicy:
|
|
groups:
|
|
- internet
|
|
apps:
|
|
- name: nextcloud
|
|
repoURL: https://nextcloud.github.io/helm
|
|
chart: nextcloud
|
|
targetRevision: 2.11.2
|
|
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
|