Commit e8691c7e by jwf

微服务打包

parent 2dcf4ef5
......@@ -10,7 +10,7 @@ spec:
- name: gateway
port: {{ .Values.service.port }}
protocol: TCP
nodePort: {{ .Values.service.port }}
nodePort: {{ .Values.service.nodePort }}
selector:
app: {{ .Values.service.select }}-deployment
sessionAffinity: None
......
......@@ -3,7 +3,8 @@ registry: 192.168.31.201/htj_develop
pushPath: 192.168.31.201/htj_develop
service:
name: gateway
port: 30080
port: 8080
nodePort: 30080
select: factory-tobacco-qrcode-gateway
## 基础模块
version: v24.09.26
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment