Skip to content

Commit 541bf92

Browse files
committed
helm tests: rm flaky ingress
1 parent bccaae1 commit 541bf92

File tree

5 files changed

+3
-69
lines changed

5 files changed

+3
-69
lines changed

.github/workflows/config/cert.config

Lines changed: 0 additions & 34 deletions
This file was deleted.

.github/workflows/config/install-kind-ingress.sh

Lines changed: 0 additions & 20 deletions
This file was deleted.

.github/workflows/config/kind.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,4 @@ nodes:
1313
- containerPort: 80
1414
hostPort: 80
1515
protocol: TCP
16-
- containerPort: 443
17-
hostPort: 443
18-
protocol: TCP
1916
- role: worker

.github/workflows/config/values.yaml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,9 @@ image:
44
trow:
55
domain: "127.0.0.1"
66
bind: 0.0.0.0
7-
ingress:
8-
enabled: true
9-
ingressClassName: nginx
10-
annotations:
11-
nginx.ingress.kubernetes.io/proxy-body-size: "0"
12-
hosts:
13-
- paths: ['/']
14-
host: "none"
7+
service:
8+
type: LoadBalancer
9+
port: 80
1510
webhooks:
1611
replicas: 1
1712
namespaceSelector:

.github/workflows/pr-tests.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,6 @@ jobs:
131131
with:
132132
config: .github/workflows/config/kind.yaml
133133
cluster_name: kind
134-
- name: Install Ingress
135-
run: |
136-
.github/workflows/config/install-kind-ingress.sh
137134
- name: Sideload Trow image
138135
run: |
139136
kind load image-archive /tmp/trow_image.tar.zst
@@ -143,7 +140,6 @@ jobs:
143140
- name: Wait for trow
144141
run: |
145142
kubectl wait --for condition=ready pod/trow-test-0 --timeout=300s
146-
kubectl wait --for condition=ready ingress/trow-test --timeout=300s
147143
- name: Pull proxied image from trow
148144
run: docker pull 127.0.0.1/f/docker.io/test/nginx:alpine
149145
- if: always()

0 commit comments

Comments
 (0)