Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 242 Bytes

File metadata and controls

14 lines (13 loc) · 242 Bytes

loadbalancer

definition

apiVersion: v1
kind: Service
metadata:
      name: my-app-service
spec:
      type: LoadBalancer
      ports:
            - targetPort: 80 # port of the pod
              port: 80 # port of the service