2021-11-28 10:16:31 +00:00
|
|
|
config:
|
|
|
|
description: Public Nextcloud
|
|
|
|
networkPolicy:
|
|
|
|
groups:
|
|
|
|
- internet
|
2022-12-11 09:53:44 +00:00
|
|
|
rules:
|
2022-12-11 10:10:54 +00:00
|
|
|
- allow-minio
|
2024-06-21 07:40:53 +00:00
|
|
|
- allow-localai
|
2022-09-03 14:58:02 +00:00
|
|
|
|
2022-01-06 10:48:28 +00:00
|
|
|
labels:
|
|
|
|
environment: external
|
|
|
|
|
2021-11-28 10:16:31 +00:00
|
|
|
apps:
|
|
|
|
- name: nextcloud
|
2024-06-21 06:32:52 +00:00
|
|
|
repoURL: https://nextcloud.github.io/helm
|
|
|
|
chart: nextcloud
|
2024-06-24 23:19:27 +00:00
|
|
|
targetRevision: 5.0.1
|
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
|
2022-12-11 09:42:21 +00:00
|
|
|
- name: bucket
|
|
|
|
keys:
|
|
|
|
- accesskey
|
|
|
|
- secretkey
|