Commit da4d90f1 by tingweiwang

增加日志落盘

1 parent 92dd056b
...@@ -23,6 +23,8 @@ spec: ...@@ -23,6 +23,8 @@ spec:
- name: config - name: config
mountPath: /adl/bin/conf/app.yaml mountPath: /adl/bin/conf/app.yaml
subPath: app.yaml subPath: app.yaml
- mountPath: /data/kpl-log
name: kpl-log
command: ["kpl--quota-rpc-server"] command: ["kpl--quota-rpc-server"]
ports: ports:
- containerPort: 9999 - containerPort: 9999
...@@ -41,3 +43,6 @@ spec: ...@@ -41,3 +43,6 @@ spec:
- name: config - name: config
configMap: configMap:
name: cfg-kpl-backend 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!