hive-apps/projects/nextcloud/project.yaml

34 lines
583 B
YAML
Raw Normal View History

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