13 lines
245 B
YAML
13 lines
245 B
YAML
|
|
||
|
webapp:
|
||
|
ingress:
|
||
|
enabled: true
|
||
|
className: "nginx"
|
||
|
annotations:
|
||
|
kubernetes.io/ingress.class: nginx
|
||
|
hosts:
|
||
|
- host: localhost
|
||
|
paths:
|
||
|
- path: /
|
||
|
pathType: ImplementationSpecific
|
||
|
tls: []
|