fix kubernetes ingress
This commit is contained in:
@ -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"
|
||||
|
Reference in New Issue
Block a user