quotes around numbers fort ports definitions (#11052)

This commit is contained in:
Bartosz Fenski 2024-03-03 07:54:36 +01:00 committed by GitHub
parent a41f46a3c7
commit 683105ebdc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1077,13 +1077,13 @@ imagePullSecrets: []
## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md
##
tcp: {}
# 8080: "default/example-tcp-svc:9000"
# "8080": "default/example-tcp-svc:9000"
# -- UDP service key-value pairs
## Ref: https://github.com/kubernetes/ingress-nginx/blob/main/docs/user-guide/exposing-tcp-udp-services.md
##
udp: {}
# 53: "kube-system/kube-dns:53"
# "53": "kube-system/kube-dns:53"
# -- Prefix for TCP and UDP ports names in ingress controller service
## Some cloud providers, like Yandex Cloud may have a requirements for a port name regex to support cloud load balancer integration