| @@ -15,14 +15,9 @@ spec: | |||||
| spec: | spec: | ||||
| containers: | containers: | ||||
| - name: ci4s-management-platform | - name: ci4s-management-platform | ||||
| image: 172.20.32.187/ci4s/ci4s-managent:202409181159 | |||||
| image: 172.20.32.187/ci4s/ci4s-managent:202409181517 | |||||
| ports: | ports: | ||||
| - containerPort: 9213 | - containerPort: 9213 | ||||
| env: | |||||
| - name: http_proxy | |||||
| value: "http://172.20.32.253:3128" | |||||
| - name: https_proxy | |||||
| value: "http://172.20.32.253:3128" | |||||
| --- | --- | ||||
| apiVersion: v1 | apiVersion: v1 | ||||
| kind: Service | kind: Service | ||||
| @@ -18,6 +18,13 @@ spec: | |||||
| image: ${k8s-7management-image} | image: ${k8s-7management-image} | ||||
| ports: | ports: | ||||
| - containerPort: 9213 | - containerPort: 9213 | ||||
| volumeMounts: | |||||
| - name: resource-volume | |||||
| mountPath: /home/resource/ | |||||
| volumes: | |||||
| - name: resource-volume | |||||
| persistentVolumeClaim: | |||||
| claimName: platform-data-pvc-nfs | |||||
| --- | --- | ||||
| apiVersion: v1 | apiVersion: v1 | ||||
| kind: Service | kind: Service | ||||