...
|
...
|
@@ -44,13 +44,8 @@ spec: |
|
|
- cn-hangzhou.i-bp1hyp5oips9cdwxxgxy
|
|
|
containers:
|
|
|
- name: mmm-open-api
|
|
|
image: 192.168.0.243:5000/mmm/mmm-open-api:dev
|
|
|
image: 192.168.0.243:5000/mmm/mmm-open-api:master
|
|
|
imagePullPolicy: Always
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
- mountPath: /var/www/opp/file
|
|
|
name: mmmjihuitest-pvc1
|
|
|
ports:
|
|
|
- containerPort: 8080
|
|
|
env:
|
...
|
...
|
@@ -92,9 +87,3 @@ spec: |
|
|
value: "stdout"
|
|
|
- name: aliyun_logs_access
|
|
|
value: " /opt/logs/app.log" |
|
|
\ No newline at end of file |
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {}
|
|
|
- name: mmmjihuitest-pvc1
|
|
|
persistentVolumeClaim:
|
|
|
claimName: mmmjihuitest-pvc |
|
|
\ No newline at end of file |
...
|
...
|
|