first commit

This commit is contained in:
2025-11-16 20:18:30 +08:00
commit ac4b3a9d0b
14 changed files with 711 additions and 0 deletions

13
ci/ingress-values.yaml Normal file
View File

@@ -0,0 +1,13 @@
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