mirror of
https://github.com/nold360/hive-apps
synced 2024-11-04 21:06:36 +00:00
30 lines
545 B
YAML
30 lines
545 B
YAML
config:
|
|
description: Public Nextcloud
|
|
networkPolicy:
|
|
groups:
|
|
- internet
|
|
|
|
labels:
|
|
environment: external
|
|
|
|
apps:
|
|
- name: nextcloud
|
|
repoURL: https://nextcloud.github.io/helm
|
|
chart: nextcloud
|
|
targetRevision: 3.0.4
|
|
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
|