作者 yangfu

Merge remote-tracking branch 'origin/master' into test

... ... @@ -44,13 +44,13 @@ spec:
- cn-hangzhou.i-bp1hyp5oips9cdwxxgxy
containers:
- name: mmmopp
image: 192.168.0.243:5000/mmm/mmmopp:dev
image: 192.168.0.243:5000/mmm/mmmopp:master
imagePullPolicy: Always
volumeMounts:
- mountPath: /opt/logs
name: accesslogs
- mountPath: /var/www/opp/file
name: mmmjihuitest2-pvc1
name: opportunity-pvc1
ports:
- containerPort: 8080
env:
... ... @@ -97,6 +97,6 @@ spec:
volumes:
- name: accesslogs
emptyDir: {}
- name: mmmjihuitest2-pvc1
- name: opportunity-pvc1
persistentVolumeClaim:
claimName: mmmjihuitest2-pvc
\ No newline at end of file
claimName: opportunity-pvc
\ No newline at end of file
... ...