mirror of
https://github.com/ceph/ceph-csi.git
synced 2025-06-13 18:43:34 +00:00
helm: enable host networking for provisioner
Adds the possibility in the helm-chart to enable hostNetworking for provider pods. Signed-off-by: Carsten Buchberger <c.buchberger@witcom.de>
This commit is contained in:
committed by
mergify[bot]
parent
14ba1498bf
commit
b262f06c33
@ -164,6 +164,10 @@ provisioner:
|
||||
# system-cluster-critical which is less priority than system-node-critical
|
||||
priorityClassName: system-cluster-critical
|
||||
|
||||
# enable hostnetwork for provisioner pod. default is false
|
||||
# useful for deployments where the podNetwork has no access to ceph
|
||||
enableHostNetwork: false
|
||||
|
||||
httpMetrics:
|
||||
# Metrics only available for cephcsi/cephcsi => 1.2.0
|
||||
# Specifies whether http metrics should be exposed
|
||||
|
Reference in New Issue
Block a user