update annotation for ExternalDNS (#115)

This commit is contained in:
Martin Linkhorst 2017-05-05 11:04:52 +02:00 committed by Murat Kabilov
parent 9f9a89185f
commit 411487e66d
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ const (
DataVolumeName = "pgdata"
PasswordLength = 64
UserSecretTemplate = "%s.%s.credentials.%s.%s" // Username, ClusterName, TPRName, TPRVendor
ZalandoDnsNameAnnotation = "zalando.org/dnsname"
ZalandoDnsNameAnnotation = "external-dns.alpha.kubernetes.io/hostname"
ElbTimeoutAnnotationName = "service.beta.kubernetes.io/aws-load-balancer-connection-idle-timeout"
ElbTimeoutAnnotationValue = "3600"
KubeIAmAnnotation = "iam.amazonaws.com/role"