Commit eb90773c by tingweiwang

Update server-deployment.yaml kpl--backend增加日志

1 parent d2a5418c
......@@ -29,6 +29,8 @@ spec:
- name: config
mountPath: /adl/bin/conf/app.yaml
subPath: app.yaml
- mountPath: /data/kpl-log
name: kpl-log
command: ["kpl--backend"]
ports:
- containerPort: 8919
......@@ -51,6 +53,9 @@ spec:
persistentVolumeClaim:
claimName: kpl-pvc
readOnly: false
- name: kpl-log
hostPath:
path: /data/kpl-log
- name: docker-sock
hostPath:
path: /var/run/
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!