Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ---
- apiVersion: v1
- kind: Service
- metadata:
- annotations:
- kubernetes.io/elb.class: union
- kubernetes.io/session-affinity-mode: SOURCE_IP
- kubernetes.io/elb.subnet-id: 0258f8d9-c393-45ef-96b1-c242a0b6e18d
- kubernetes.io/elb.autocreate: "{\"type\":\"private\",\"bandwidth_name\": \"cce-bandwidth- 1551163379627\", \"bandwidth_chargemode\":\"bandwidth\",\"bandwidth_size\":5, \"bandwidth_sharetype\":\"PER\", \"name\":\"infra-elb-1\"}"
- labels:
- app.kubernetes.io/name: traefik
- app.kubernetes.io/instance: traefik
- name: traefik
- spec:
- type: LoadBalancer
- loadBalancerIP: 1.2.3.4
- selector:
- app.kubernetes.io/name: traefik
- app.kubernetes.io/instance: traefik
- ports:
- - port: 80
- name: web
- targetPort: "web"
- protocol: "TCP"
- - port: 443
- name: websecure
- targetPort: "websecure"
- protocol: "TCP"
Advertisement
Add Comment
Please, Sign In to add comment