1
0
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

Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
Sebastian Malton 2021-11-08 15:21:22 -05:00
parent a399b8ee20
commit 70963da208

View File

@ -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,