change testcontainer
Some checks failed
ci/woodpecker/push/dashboard Pipeline failed

This commit is contained in:
Aaron Riedel 2024-09-29 15:39:11 +02:00
parent 40ed383da8
commit a5aef25475
Signed by: aaron
GPG key ID: 643004654D40D577

View file

@ -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