微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ingress-nginx k8 设置配置 controller.customPorts

如何解决ingress-nginx k8 设置配置 controller.customPorts

根据: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.

谁能向我解释这种格式应该是什么?

解决方法

假设它们表示 Pod 定义中显示的内容:

- port: 1234
  name: alan

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。