Skip to content
Snippets Groups Projects
backend-service.yaml 275 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
#  type: LoadBalancer
  type: ClusterIP
M9713's avatar
M9713 committed

  clusterIP: 10.152.183.51

M9713's avatar
M9713 committed
  ports:
M9713's avatar
M9713 committed
#    - nodePort: 30000
M9713's avatar
M9713 committed
     - protocol: TCP
       port: 3000
M9713's avatar
M9713 committed
       targetPort: 3000
M9713's avatar
M9713 committed
  selector:
    app: backend