Update deploy.yaml
This commit is contained in:
parent
b15c2d7835
commit
451945adde
@ -27,9 +27,9 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: nginx
|
||||
image: tranqui89/parking-ai
|
||||
image: tranqui89/user-clock
|
||||
ports:
|
||||
- containerPort: 5000
|
||||
- containerPort: 80
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
@ -40,7 +40,7 @@ spec:
|
||||
app: web-app
|
||||
ports:
|
||||
- port: 80
|
||||
targetPort: 5000
|
||||
targetPort: 80
|
||||
---
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
|
||||
Loading…
Reference in New Issue
Block a user