update port
Some checks failed
Build NGINX on Ubuntu / build-and-push (push) Successful in 1m4s
Build NGINX on Ubuntu / deploy-to-kubernetes (push) Failing after 5m6s

This commit is contained in:
huangzhiqiang 2025-06-09 17:40:14 +08:00
parent 0dfc002fb8
commit fa6d686acf

View File

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