Sign in

Administrator / spring-boot-microservices-onlineshooping-fullstack · Files

Logo

GitLab

  • Back to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • spring-boot-microservices-onlineshooping-fullstack
  • kubernetes
  • frontend
  • service.yaml
  • modified
    ae52eb07
    Administrator authored
    2025-10-28 12:35:15 +0800  
    Browse Code ยป
service.yaml 202 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
apiVersion: v1
kind: Service
metadata:
  name: frontend-service
  namespace: ecommerce
spec:
  type: NodePort
  selector:
    app: frontend
  ports:
  - port: 8080
    targetPort: 8080
    protocol: TCP