...
|
...
|
@@ -46,11 +46,6 @@ spec: |
|
|
- name: mmm-open-api
|
|
|
image: 192.168.0.243:5000/mmm/mmm-open-api:dev
|
|
|
imagePullPolicy: Always
|
|
|
volumeMounts:
|
|
|
- mountPath: /opt/logs
|
|
|
name: accesslogs
|
|
|
- mountPath: /var/www/opp/file
|
|
|
name: mmmjihuitest-pvc1
|
|
|
ports:
|
|
|
- containerPort: 8080
|
|
|
env:
|
...
|
...
|
@@ -91,10 +86,4 @@ spec: |
|
|
- name: aliyun_logs_suplusfile
|
|
|
value: "stdout"
|
|
|
- name: aliyun_logs_access
|
|
|
value: " /opt/logs/app.log"
|
|
|
volumes:
|
|
|
- name: accesslogs
|
|
|
emptyDir: {}
|
|
|
- name: mmmjihuitest-pvc1
|
|
|
persistentVolumeClaim:
|
|
|
claimName: mmmjihuitest-pvc |
|
|
\ No newline at end of file |
|
|
value: " /opt/logs/app.log" |
|
|
\ No newline at end of file |
...
|
...
|
|