mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Mount plugin volume to weave-scope-cluster-agent resource
This commit is contained in:
@@ -41,4 +41,11 @@ spec:
|
||||
requests:
|
||||
cpu: 100m
|
||||
memory: 100Mi
|
||||
volumeMounts:
|
||||
- name: scope-plugins
|
||||
mountPath: /var/run/scope/plugins
|
||||
serviceAccountName: weave-scope
|
||||
volumes:
|
||||
- name: scope-plugins
|
||||
hostPath:
|
||||
path: /var/run/scope/plugins
|
||||
|
||||
Reference in New Issue
Block a user