Skip to content

Commit 9e56860

Browse files
committed
Add e2e tests for Helm chart
Signed-off-by: Ricardo Lopes <ricardoapl.dev@gmail.com>
1 parent e1a3194 commit 9e56860

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
controller:
2+
image:
3+
repository: ingress-controller/controller
4+
tag: 1.0.0-dev
5+
digest: null
6+
service:
7+
type: ClusterIP
8+
9+
defaultBackend:
10+
enabled: true
11+
extraEnvs:
12+
- name: IS_METRICS_EXPORT
13+
value: "false"
14+
- name: METRICS_PORT
15+
value: "8081"
16+
service:
17+
extraPorts:
18+
- name: metrics
19+
port: 8081
20+
protocol: TCP
21+
targetPort: 8081

0 commit comments

Comments
 (0)