Service

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