15 lines
283 B
YAML
15 lines
283 B
YAML
ingress:
|
|
enabled: true
|
|
path: /
|
|
pathType: ImplementationSpecific
|
|
hosts:
|
|
- chart-example.local
|
|
extraPaths:
|
|
- path: /*
|
|
pathType: ImplementationSpecific
|
|
backend:
|
|
service:
|
|
name: ssl-redirect
|
|
port:
|
|
name: use-annotation
|