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 (#4287)

This commit is contained in:
Sebastian Malton 2021-11-09 09:33:53 -05:00 committed by GitHub
parent 200061d386
commit 4b9fdddac4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -61,14 +61,14 @@ export class MetricsSettings extends React.Component<Props> {
persistence: { persistence: {
enabled: false, enabled: false,
storageClass: null, storageClass: null,
size: "20G", size: "20GiB",
}, },
nodeExporter: { nodeExporter: {
enabled: false, enabled: false,
}, },
retention: { retention: {
time: "2d", time: "2d",
size: "5GB", size: "5GiB",
}, },
kubeStateMetrics: { kubeStateMetrics: {
enabled: false, enabled: false,