Commit da4d90f1 by tingweiwang

增加日志落盘

1 parent 92dd056b
......@@ -23,6 +23,8 @@ spec:
- name: config
mountPath: /adl/bin/conf/app.yaml
subPath: app.yaml
- mountPath: /data/kpl-log
name: kpl-log
command: ["kpl--quota-rpc-server"]
ports:
- containerPort: 9999
......@@ -41,3 +43,6 @@ spec:
- name: config
configMap:
name: cfg-kpl-backend
- name: kpl-log
hostPath:
path: /data/kpl-log
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!