Commit 24cb7f50 by tingweiwang

Update collector-deployment.yaml

1 parent d5812ce8
......@@ -37,6 +37,9 @@ spec:
- name: k8s-pod-resource-sock
mountPath: /var/lib/kubelet/pod-resources/kubelet.sock
subPath: kubelet.sock
- mountPath: /etc/kpl/ssl
name: kpl-ssl
readOnly: true
command: ["core--collector"]
ports:
- containerPort: 8080
......@@ -78,3 +81,7 @@ spec:
- name: config
configMap:
name: cfg-autodl-core
- configMap:
defaultMode: 420
name: kpl-ssl
name: kpl-ssl
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!