fix kubernetes ingress

This commit is contained in:
2025-01-14 20:29:07 +01:00
parent d86affbd29
commit fb8376914c
2 changed files with 29 additions and 11 deletions

View File

@ -71,13 +71,13 @@ service:
ingress:
enabled: true
annotations:
# kubernetes.io/ingress.class: nginx
# kubernetes.io/tls-acme: "true"
className: "nginx"
annotations: {}
hosts:
- host: "owncloud.chart.example"
paths: ["/*"]
servicePort: 80
paths:
- path: "/"
pathType: Prefix
tls:
- hosts:
- "owncloud.chart.example"