github.com/kubernetes-incubator/kube-aws@v0.16.4/contrib/dex/elb/dex.external-elb.svc.yaml (about)

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    annotations:
     5      service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:acm:xx-xxxx-x:xxxxxxxxx:xxxxxxx/xxxxx-xxxx-xxxx-xxxx-xxxxxxxxx #replace this value
     6      service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
     7      domainName: "dex.example.com" #replace this value
     8    name: dex
     9    namespace: kube-system
    10    labels:
    11      app: dex
    12      component: identity
    13  spec:
    14    type: LoadBalancer
    15    ports:
    16    - port: 443
    17      targetPort: 5556
    18      protocol: TCP
    19    selector:
    20      app: dex