Skip to content

Commit

Permalink
Create hotel-service.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
2000rosser authored Oct 22, 2023
1 parent d1e60b2 commit e0797f3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions hotel/hotel-service.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: hotel
spec:
selector:
app: hotel-service
ports:
- protocol: TCP
port: 80
targetPort: 8080
type: NodePort

0 comments on commit e0797f3

Please sign in to comment.