update nginx yaml
Some checks failed
Build NGINX on Ubuntu / build-and-push (push) Failing after 1m31s
Build NGINX on Ubuntu / deploy-to-kubernetes (push) Has been skipped

This commit is contained in:
huangzhiqiang 2025-06-09 17:28:56 +08:00
parent 7282f5bf37
commit ee0b03ca27

View File

@ -221,7 +221,7 @@ spec:
- name: http
port: 80 # 集群内部访问端口
targetPort: 8080 # 容器端口
nodePort: 8001 # 主机端口必须在30000-32767范围内
nodePort: 32080 # 主机端口必须在30000-32767范围内
protocol: TCP
selector:
app: nginx