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

     1  apiVersion: v1
     2  kind: Service
     3  metadata:
     4    name: dex
     5    namespace: kube-system
     6    labels:
     7      run: dex
     8    annotations:
     9       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
    10       service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
    11       service.beta.kubernetes.io/aws-load-balancer-internal: 0.0.0.0/0
    12       domainName: "dex.example.com" #replace this value
    13  spec:
    14    type: LoadBalancer
    15    ports:
    16    - port: 443
    17      targetPort: 5556
    18      protocol: TCP
    19    selector:
    20      app: dex