Skip to content

Commit e24aa0e

Browse files
authored
Create Service.yaml
1 parent 0b4ed13 commit e24aa0e

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

Service.yaml

+13
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
apiVersion: v1
2+
kind: Service
3+
metadata:
4+
name: react-webapp
5+
labels:
6+
run: react-webapp
7+
spec:
8+
ports:
9+
- port: 5200
10+
protocol: TCP
11+
selector:
12+
app: react-webapp
13+
type: NodePort

0 commit comments

Comments
 (0)