正在显示
1 个修改的文件
包含
4 行增加
和
4 行删除
@@ -44,13 +44,13 @@ spec: | @@ -44,13 +44,13 @@ spec: | ||
44 | - cn-hangzhou.i-bp1hyp5oips9cdwxxgxy | 44 | - cn-hangzhou.i-bp1hyp5oips9cdwxxgxy |
45 | containers: | 45 | containers: |
46 | - name: mmmopp | 46 | - name: mmmopp |
47 | - image: 192.168.0.243:5000/mmm/mmmopp:dev | 47 | + image: 192.168.0.243:5000/mmm/mmmopp:master |
48 | imagePullPolicy: Always | 48 | imagePullPolicy: Always |
49 | volumeMounts: | 49 | volumeMounts: |
50 | - mountPath: /opt/logs | 50 | - mountPath: /opt/logs |
51 | name: accesslogs | 51 | name: accesslogs |
52 | - mountPath: /var/www/opp/file | 52 | - mountPath: /var/www/opp/file |
53 | - name: mmmjihuitest2-pvc1 | 53 | + name: opportunity-pvc1 |
54 | ports: | 54 | ports: |
55 | - containerPort: 8080 | 55 | - containerPort: 8080 |
56 | env: | 56 | env: |
@@ -97,6 +97,6 @@ spec: | @@ -97,6 +97,6 @@ spec: | ||
97 | volumes: | 97 | volumes: |
98 | - name: accesslogs | 98 | - name: accesslogs |
99 | emptyDir: {} | 99 | emptyDir: {} |
100 | - - name: mmmjihuitest2-pvc1 | 100 | + - name: opportunity-pvc1 |
101 | persistentVolumeClaim: | 101 | persistentVolumeClaim: |
102 | - claimName: mmmjihuitest2-pvc | ||
102 | + claimName: opportunity-pvc |
-
请 注册 或 登录 后发表评论