作者 Administrator

更新 oppmg.yaml

... ... @@ -44,13 +44,13 @@ spec:
- cn-hangzhou.i-bp1hyp5oips9cdwxxgxy
containers:
- name: mmm-oppmg
image: 192.168.0.243:5000/mmm/mmm-oppmg:test
image: 192.168.0.243:5000/mmm/mmm-oppmg:dev
imagePullPolicy: Always
volumeMounts:
- mountPath: /opt/logs
name: accesslogs
- mountPath: /var/www/oppmg/file
name: mmmjihuitest-pvc1
name: mmmjihuitest2-pvc1
ports:
- containerPort: 8080
env:
... ... @@ -97,6 +97,6 @@ spec:
volumes:
- name: accesslogs
emptyDir: {}
- name: mmmjihuitest-pvc1
- name: mmmjihuitest2-pvc1
persistentVolumeClaim:
claimName: mmmjihuitest-pvc
claimName: mmmjihuitest2-pvc
... ...