Files
wild-directory/nextcloud/versions/34/manifest.yaml

26 lines
605 B
YAML

version: 34.0.0-2
requires:
- name: postgres
- name: redis
defaultConfig:
namespace: nextcloud
domain: nextcloud.{{ .cloud.domain }}
storage: 5Gi
adminUser: admin
db:
host: '{{ .apps.postgres.host }}'
port: '{{ .apps.postgres.port }}'
name: nextcloud
user: nextcloud
redis:
host: '{{ .apps.redis.host }}'
defaultSecrets:
- key: adminPassword
- key: dbPassword
- key: dbUrl
default: postgresql://{{ .app.db.user }}:{{ .secrets.dbPassword }}@{{ .app.db.host
}}:{{ .app.db.port }}/{{ .app.db.name }}?sslmode=disable
requiredSecrets:
- postgres.password
- redis.password