Update service.yaml

This commit is contained in:
Barahalikar Siddharth
2022-07-30 00:33:23 +05:30
committed by GitHub
parent f3a1942f0e
commit 2e9da08f7b

View File

@@ -3,12 +3,12 @@ kind: Service
metadata: metadata:
labels: labels:
app: solar-system app: solar-system
name: solar-system-serevice name: solar-system-service
spec: spec:
ports: ports:
- port: 3000 - port: 80
protocol: TCP protocol: TCP
targetPort: 3000 targetPort: 80
selector: selector:
app: solar-system app: solar-system
type: NodePort type: NodePort