This commit is contained in:
parent
40ed383da8
commit
a5aef25475
1 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue