Making Kube service appProtocol field optional (#7873)
This commit is contained in:
parent
cabc6ec144
commit
5a5bff1fb9
4 changed files with 15 additions and 3 deletions
|
|
@ -432,6 +432,14 @@ controller:
|
|||
service:
|
||||
enabled: true
|
||||
|
||||
## If enabled is adding an appProtocol option for Kubernetes service. An appProtocol field replacing annotations that were
|
||||
## using for setting a backend protocol. Here is an example for AWS: service.beta.kubernetes.io/aws-load-balancer-backend-protocol: http
|
||||
## It allows choosing the protocol for each backend specified in the Kubernetes service.
|
||||
## See the following GitHub issue for more details about the purpose: https://github.com/kubernetes/kubernetes/issues/40244
|
||||
## Will be ignored for Kubernetes versions older than 1.20
|
||||
##
|
||||
appProtocol: true
|
||||
|
||||
annotations: {}
|
||||
labels: {}
|
||||
# clusterIP: ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue