Skip to content

Commit

Permalink
feat(prometheus): disable NFS
Browse files Browse the repository at this point in the history
Signed-off-by: Nicolas Lamirault <[email protected]>
  • Loading branch information
nlamirault committed Jan 29, 2024
1 parent b3ba468 commit be1f483
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ kube-prometheus-stack:
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: nfs-client
# storageClassName: nfs-client
storageClassName: local-path
resources:
requests:
storage: 200Mi
Expand Down

0 comments on commit be1f483

Please sign in to comment.