Add support for gRPC (#2223)

* Update nginx to 1.13.10 and enable gRPC

* Add support for grpc
This commit is contained in:
Manuel Alejandro de Brito Fontes 2018-03-22 00:38:47 -03:00 committed by GitHub
parent 2b5d4d7928
commit adf12fced1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 151 additions and 6 deletions

View file

@ -265,6 +265,9 @@ type Location struct {
// Logs allows to enable or disable the nginx logs
// By default this is enabled
Logs log.Config `json:"logs,omitempty"`
// GRPC indicates if the kubernetes service exposes a gRPC interface
// By default this is false
GRPC bool `json:"logs,omitempty"`
}
// SSLPassthroughBackend describes a SSL upstream server configured