11 lines
271 B
YAML
11 lines
271 B
YAML
ingress:
|
|
host: chart-example.local
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
ingresses:
|
|
- host: chart-example.local
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx
|
|
- host: another.local
|
|
annotations:
|
|
kubernetes.io/ingress.class: nginx |