Update service.yml

This commit is contained in:
Siddharth Barahalikar
2022-09-20 17:34:25 +05:30
parent 2671300f31
commit bc76cf7c9f

View File

@@ -4,9 +4,9 @@ metadata:
name: geocentric-model-svc name: geocentric-model-svc
spec: spec:
ports: ports:
- port: 3000 - port: 80
protocol: TCP protocol: TCP
targetPort: 3000 targetPort: 80
selector: selector:
app: geocentric-model app: geocentric-model
type: NodePort type: NodePort