This commit is contained in:
marsal wang
2022-01-11 13:54:54 +08:00
parent c299957700
commit e741f4bff4
2 changed files with 3 additions and 1 deletions

View File

@ -19,6 +19,8 @@ kubectl apply -k ceph/external-snapshotter/crd/
helm upgrade -i ceph-csi-rbd ceph/ceph-csi-rbd --values local-values/ceph/rbd.yaml -n ceph-csi
helm upgrade -i ceph-csi-cephfs ceph/ceph-csi-cephfs --values local-values/ceph/fs.yaml -n ceph-csi
helm upgrade -i ceph-csi-rbd ceph/ceph-csi-fs -n ceph-csi --dry-run

View File

@ -125,7 +125,7 @@ provisioner:
httpMetrics:
# Metrics only available for cephcsi/cephcsi => 1.2.0
# Specifies whether http metrics should be exposed
enabled: true
enabled: false
# The port of the container to expose the metrics
containerPort: 8081