Specify nodePort for blog service

This commit is contained in:
Jack Jackson 2022-06-21 22:20:19 -07:00
parent e0ab6fdd94
commit f58ae340a3

View File

@ -8,6 +8,7 @@ spec:
role: app
ports:
- port: 8080
nodePort: 30080
type: LoadBalancer
---
apiVersion: apps/v1