Merge branch 'master' of http://gitlab.fjmaimaimai.com/mmm-go/openapi
正在显示
1 个修改的文件
包含
2 行增加
和
13 行删除
@@ -44,13 +44,8 @@ spec: | @@ -44,13 +44,8 @@ spec: | ||
44 | - cn-hangzhou.i-bp1hyp5oips9cdwxxgxy | 44 | - cn-hangzhou.i-bp1hyp5oips9cdwxxgxy |
45 | containers: | 45 | containers: |
46 | - name: mmm-open-api | 46 | - name: mmm-open-api |
47 | - image: 192.168.0.243:5000/mmm/mmm-open-api:dev | 47 | + image: 192.168.0.243:5000/mmm/mmm-open-api:master |
48 | imagePullPolicy: Always | 48 | imagePullPolicy: Always |
49 | - volumeMounts: | ||
50 | - - mountPath: /opt/logs | ||
51 | - name: accesslogs | ||
52 | - - mountPath: /var/www/opp/file | ||
53 | - name: mmmjihuitest-pvc1 | ||
54 | ports: | 49 | ports: |
55 | - containerPort: 8080 | 50 | - containerPort: 8080 |
56 | env: | 51 | env: |
@@ -91,10 +86,4 @@ spec: | @@ -91,10 +86,4 @@ spec: | ||
91 | - name: aliyun_logs_suplusfile | 86 | - name: aliyun_logs_suplusfile |
92 | value: "stdout" | 87 | value: "stdout" |
93 | - name: aliyun_logs_access | 88 | - name: aliyun_logs_access |
94 | - value: " /opt/logs/app.log" | ||
95 | - volumes: | ||
96 | - - name: accesslogs | ||
97 | - emptyDir: {} | ||
98 | - - name: mmmjihuitest-pvc1 | ||
99 | - persistentVolumeClaim: | ||
100 | - claimName: mmmjihuitest-pvc | ||
89 | + value: " /opt/logs/app.log" |
-
请 注册 或 登录 后发表评论