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