This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Showing all available options for kubernetes services with loadbalancers setup | |
# Reference - https://github.com/kubernetes/kubernetes/blob/release-1.4/pkg/cloudprovider/providers/aws/aws.go | |
# | |
apiVersion: v1 | |
kind: Service | |
metadata: | |
annotations: | |
service.beta.kubernetes.io/aws-load-balancer-ssl-cert: arn:aws:iam::0123456:server-certificate/star.foo.com | |
service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http |