Update service.yml

This commit is contained in:
Barahalikar Siddharth
2022-07-30 00:13:53 +05:30
committed by GitHub
parent 859227248b
commit c7f9c7cde0

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