Commit eb90773c by tingweiwang

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

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