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-08-09 01:44:46 +00:00
|
|
|
targetRevision: 3.0.4
|
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
|