Update deployment-dci.yaml
continuous-integration/drone/push Build is passing Details

main
戴育兵 10 months ago
parent 75d55a1636
commit ed11846ac2

@ -16,7 +16,7 @@ spec:
- name: chain-dci-server - name: chain-dci-server
image: testhub.szjixun.cn:9043/k8stest/chain-dci-server:latest image: testhub.szjixun.cn:9043/k8stest/chain-dci-server:latest
ports: ports:
- containerPort: 20118 - containerPort: 20201
volumeMounts: volumeMounts:
- name: logs - name: logs
mountPath: /app/logs mountPath: /app/logs
@ -53,6 +53,6 @@ spec:
ports: ports:
- name: http - name: http
protocol: TCP protocol: TCP
nodePort: 20118 nodePort: 20201
targetPort: 20118 targetPort: 20201
port: 20118 port: 20201
Loading…
Cancel
Save