Skip to content

Commit

Permalink
Create Service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
abbos1711 authored Feb 11, 2024
1 parent 0b4ed13 commit e24aa0e
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
apiVersion: v1
kind: Service
metadata:
name: react-webapp
labels:
run: react-webapp
spec:
ports:
- port: 5200
protocol: TCP
selector:
app: react-webapp
type: NodePort

0 comments on commit e24aa0e

Please sign in to comment.