hive-apps/projects/nextcloud/project.yaml
2022-09-15 14:30:42 +02:00

34 lines
654 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.1.0
repoURL: https://github.com/Nold360/nextcloud-helm
targetRevision: f/multifix
path: charts/nextcloud
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