【发布时间】:2021-07-21 09:40:39
【问题描述】:
根据:https://docs.nginx.com/nginx-ingress-controller/installation/installation-with-helm/
我正在尝试使用自定义端口安装 ingress-nginx,但是当我传入 controller.customPorts 参数时它不会公开这些端口。我想我没有以正确的格式传递它。文档说
A list of custom ports to expose on the NGINX ingress controller pod. Follows the conventional Kubernetes yaml syntax for container ports.
谁能给我解释一下这种格式应该是什么?
【问题讨论】: