apiVersion: v1
kind: Service
metadata:
name: spring-boot-service
spec:
selector:
app: spring-boot
type: NodePort
ports:
- port: 8080
targetPort: 8080
nodePort: 30080
Service
TrackKubernetes Learning Journey
Current SectionConfigmap Secrets
Progress148 of 271