@@ -9,8 +9,8 @@ spec:
selector:
app: dmp-dic
ports:
- - port: 8830
- targetPort: 8830
+ - port: 9001
+ targetPort: 9001
name: server-port
---
@@ -33,13 +33,13 @@ spec:
image: labisenlin.persagy.com/library/dmp-dic:latest
imagePullPolicy: Always
- - containerPort: 8830
+ - containerPort: 9001
env:
- name: TZ
value: Asia/Shanghai
- name: SERVER_PORT
- value: "8830"
+ value: "9001"
- name: SPRING_CLOUD_CONFIG_URI
valueFrom:
configMapKeyRef:
app: dmp-rwd-version
- - port: 8838
- targetPort: 8838
+ - port: 9003
+ targetPort: 9003
image: labisenlin.persagy.com/library/dmp-rwd-version:latest
- - containerPort: 8838
+ - containerPort: 9003
- value: "8838"
+ value: "9003"
app: dmp-rwd
- - port: 8832
- targetPort: 8832
+ - port: 9002
+ targetPort: 9002
image: labisenlin.persagy.com/library/dmp-rwd:latest
- - containerPort: 8832
+ - containerPort: 9002
- value: "8832"
+ value: "9002"