Add e2e tests for Helm chart

Signed-off-by: Ricardo Lopes <ricardoapl.dev@gmail.com>
This commit is contained in:
Ricardo Lopes 2024-05-15 14:52:18 +01:00
parent e1a3194694
commit 9e568609a7

View file

@ -0,0 +1,21 @@
controller:
image:
repository: ingress-controller/controller
tag: 1.0.0-dev
digest: null
service:
type: ClusterIP
defaultBackend:
enabled: true
extraEnvs:
- name: IS_METRICS_EXPORT
value: "false"
- name: METRICS_PORT
value: "8081"
service:
extraPorts:
- name: metrics
port: 8081
protocol: TCP
targetPort: 8081