Skip to content

Commit

Permalink
Fix Service type
Browse files Browse the repository at this point in the history
  • Loading branch information
bmuschko committed Jan 3, 2024
1 parent c2cf774 commit db3b7ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions exercises/30-ingress/solution/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ kind: Service
metadata:
name: web
spec:
type: ClusterIP
selector:
app: web
ports:
- port: 3000
protocol: TCP
targetPort: 3000
selector:
app: web
type: NodePort
protocol: TCP

0 comments on commit db3b7ee

Please sign in to comment.