13 lines
319 B
YAML
13 lines
319 B
YAML
---
|
|
db:
|
|
host: nextcloud-mariadb
|
|
ingress:
|
|
enabled: true
|
|
hosts:
|
|
- path: "/"
|
|
tls: true
|
|
name: "nextcloud.phpmyadmin.haumdaucher.de"
|
|
tlsSecret: "nextcloud-phpmyadmin-haumdaucher-de"
|
|
annotations:
|
|
cert-manager.io/cluster-issuer: "letsencrypt-prod"
|
|
nginx.ingress.kubernetes.io/proxy-body-size: "0" |