mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Specify GiB for lens prometheus metrics instead of GB (#4287)
This commit is contained in:
parent
200061d386
commit
4b9fdddac4
@ -61,14 +61,14 @@ export class MetricsSettings extends React.Component<Props> {
|
||||
persistence: {
|
||||
enabled: false,
|
||||
storageClass: null,
|
||||
size: "20G",
|
||||
size: "20GiB",
|
||||
},
|
||||
nodeExporter: {
|
||||
enabled: false,
|
||||
},
|
||||
retention: {
|
||||
time: "2d",
|
||||
size: "5GB",
|
||||
size: "5GiB",
|
||||
},
|
||||
kubeStateMetrics: {
|
||||
enabled: false,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user