1kind: Service 2apiVersion: v1 3metadata: 4 name: the-service 5spec: 6 selector: 7 deployment: hello 8 type: LoadBalancer 9 ports: 10 - protocol: TCP 11 port: 8666 12 targetPort: 8080
View as plain text