Merge pull request #328 from fate-grand-order/patch-1

fix misspell "affinity" in main.go
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-02-23 11:20:16 -03:00 committed by GitHub
commit 852b598c02

View file

@ -33,7 +33,7 @@ const (
annotationAffinityCookieName = "ingress.kubernetes.io/session-cookie-name"
defaultAffinityCookieName = "INGRESSCOOKIE"
// This is the algorithm used by nginx to generate a value for the session cookie, if
// one isn't supplied and affintiy is set to "cookie".
// one isn't supplied and affinity is set to "cookie".
annotationAffinityCookieHash = "ingress.kubernetes.io/session-cookie-hash"
defaultAffinityCookieHash = "md5"
)