From a5aef254757bf8be1bbd523212b945c5ee9cc149 Mon Sep 17 00:00:00 2001 From: Aaron Riedel Date: Sun, 29 Sep 2024 15:39:11 +0200 Subject: [PATCH] change testcontainer --- tests/test-ingress.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/test-ingress.yaml b/tests/test-ingress.yaml index 15d2269..5e4805c 100644 --- a/tests/test-ingress.yaml +++ b/tests/test-ingress.yaml @@ -24,9 +24,9 @@ spec: spec: containers: - name: test1 - image: testcontainers/helloworld + image: containous/whoami ports: - - containerPort: 8080 + - containerPort: 80 --- apiVersion: v1 kind: Service @@ -39,7 +39,7 @@ spec: ports: - protocol: TCP port: 80 - targetPort: 8080 + targetPort: 80 --- apiVersion: networking.k8s.io/v1 kind: Ingress