Files
mailhog/ci/ingress-values.yaml
2025-11-16 20:18:30 +08:00

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