Update service.yml
This commit is contained in:
committed by
GitHub
parent
859227248b
commit
c7f9c7cde0
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user