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