...
|
...
|
@@ -9,7 +9,7 @@ spec: |
|
|
ports:
|
|
|
- name: "http"
|
|
|
port: 80
|
|
|
targetPort: 8080
|
|
|
targetPort: 8082
|
|
|
- name: "https"
|
|
|
port: 443
|
|
|
targetPort: 443
|
...
|
...
|
@@ -50,7 +50,7 @@ spec: |
|
|
image: 192.168.0.243:5000/mmm/performance-back:dev
|
|
|
imagePullPolicy: Always
|
|
|
ports:
|
|
|
- containerPort: 8080
|
|
|
- containerPort: 8082
|
|
|
- containerPort: 443
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
...
|
...
|
|