Commit 24cb7f50 by tingweiwang

Update collector-deployment.yaml

1 parent d5812ce8
...@@ -37,6 +37,9 @@ spec: ...@@ -37,6 +37,9 @@ spec:
- name: k8s-pod-resource-sock - name: k8s-pod-resource-sock
mountPath: /var/lib/kubelet/pod-resources/kubelet.sock mountPath: /var/lib/kubelet/pod-resources/kubelet.sock
subPath: kubelet.sock subPath: kubelet.sock
- mountPath: /etc/kpl/ssl
name: kpl-ssl
readOnly: true
command: ["core--collector"] command: ["core--collector"]
ports: ports:
- containerPort: 8080 - containerPort: 8080
...@@ -78,3 +81,7 @@ spec: ...@@ -78,3 +81,7 @@ spec:
- name: config - name: config
configMap: configMap:
name: cfg-autodl-core 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!