14 lines
287 B
YAML
14 lines
287 B
YAML
ingress:
|
|
enabled: true
|
|
annotations:
|
|
test-annotation1: annotationValue1
|
|
test-annotation2: annotationValue2
|
|
labels:
|
|
test-label1: labelValue1
|
|
test-label2: labelValue2
|
|
hosts:
|
|
- host: mailhog.example.com
|
|
paths:
|
|
- path: "/"
|
|
pathType: Prefix
|