Skip to content
Snippets Groups Projects
backend-service.yaml 230 B
Newer Older
M9713's avatar
M9713 committed
apiVersion: v1
kind: Service
metadata:
M9713's avatar
M9713 committed
  name: backend
M9713's avatar
M9713 committed
  namespace: default
M9713's avatar
M9713 committed
spec:
M9713's avatar
M9713 committed

  clusterIP: 10.152.183.51

M9713's avatar
M9713 committed
  type: LoadBalancer
M9713's avatar
M9713 committed
  ports:
M9713's avatar
M9713 committed
    - nodePort: 30000
M9713's avatar
M9713 committed
      port: 80
M9713's avatar
M9713 committed
      targetPort: 3000
  selector:
    app: backend