Commit 92dd056b by tingweiwang

增加日志落盘

1 parent eb90773c
...@@ -27,6 +27,8 @@ spec: ...@@ -27,6 +27,8 @@ spec:
- name: docker-sock - name: docker-sock
mountPath: /var/run/docker.sock mountPath: /var/run/docker.sock
subPath: docker.sock subPath: docker.sock
- mountPath: /data/kpl-log
name: kpl-log
- name: config - name: config
mountPath: /adl/bin/conf/app.yaml mountPath: /adl/bin/conf/app.yaml
subPath: app.yaml subPath: app.yaml
...@@ -55,6 +57,9 @@ spec: ...@@ -55,6 +57,9 @@ spec:
- name: docker-sock - name: docker-sock
hostPath: hostPath:
path: /var/run/ path: /var/run/
- name: kpl-log
hostPath:
path: /data/kpl-log
- name: config - name: config
configMap: configMap:
name: cfg-kpl-backend name: cfg-kpl-backend
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!