mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
35 lines
673 B
YAML
35 lines
673 B
YAML
config:
|
|
description: Public Nextcloud
|
|
networkPolicy:
|
|
groups:
|
|
- internet
|
|
rules:
|
|
- allow-minio
|
|
|
|
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: bucket
|
|
keys:
|
|
- accesskey
|
|
- secretkey
|