From 7dcd9eee951d6d663d53f07c91cf62a3a338a868 Mon Sep 17 00:00:00 2001 From: Alon Girmonsky <1990761+alongir@users.noreply.github.com> Date: Mon, 12 May 2025 10:34:58 -0700 Subject: [PATCH] Incerased storage limit from 500Mi to 5Gi (#1755) --- config/configStructs/tapConfig.go | 2 +- helm-chart/README.md | 2 +- helm-chart/values.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/config/configStructs/tapConfig.go b/config/configStructs/tapConfig.go index 43c3a75a4..897910e3d 100644 --- a/config/configStructs/tapConfig.go +++ b/config/configStructs/tapConfig.go @@ -311,7 +311,7 @@ type TapConfig struct { PersistentStorageStatic bool `yaml:"persistentStorageStatic" json:"persistentStorageStatic" default:"false"` PersistentStoragePvcVolumeMode string `yaml:"persistentStoragePvcVolumeMode" json:"persistentStoragePvcVolumeMode" default:"FileSystem"` EfsFileSytemIdAndPath string `yaml:"efsFileSytemIdAndPath" json:"efsFileSytemIdAndPath" default:""` - StorageLimit string `yaml:"storageLimit" json:"storageLimit" default:"5000Mi"` + StorageLimit string `yaml:"storageLimit" json:"storageLimit" default:"5Gi"` StorageClass string `yaml:"storageClass" json:"storageClass" default:"standard"` DryRun bool `yaml:"dryRun" json:"dryRun" default:"false"` DnsConfig DnsConfig `yaml:"dns" json:"dns"` diff --git a/helm-chart/README.md b/helm-chart/README.md index 043936d44..f9675e48a 100644 --- a/helm-chart/README.md +++ b/helm-chart/README.md @@ -146,7 +146,7 @@ Example for overriding image names: | `tap.persistentStorageStatic` | Use static persistent volume provisioning (explicitly defined `PersistentVolume` ) | `false` | | `tap.persistentStoragePvcVolumeMode` | Set the pvc volume mode (Filesystem\|Block) | `Filesystem` | | `tap.efsFileSytemIdAndPath` | [EFS file system ID and, optionally, subpath and/or access point](https://github.com/kubernetes-sigs/aws-efs-csi-driver/blob/master/examples/kubernetes/access_points/README.md) `::` | "" | -| `tap.storageLimit` | Limit of either the `emptyDir` or `persistentVolumeClaim` | `500Mi` | +| `tap.storageLimit` | Limit of either the `emptyDir` or `persistentVolumeClaim` | `5Gi` | | `tap.storageClass` | Storage class of the `PersistentVolumeClaim` | `standard` | | `tap.dryRun` | Preview of all pods matching the regex, without tapping them | `false` | | `tap.dnsConfig.nameservers` | Nameservers to use for DNS resolution | `[]` | diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 9ce78a231..72a277c0a 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -35,7 +35,7 @@ tap: persistentStorageStatic: false persistentStoragePvcVolumeMode: FileSystem efsFileSytemIdAndPath: "" - storageLimit: 5000Mi + storageLimit: 5Gi storageClass: standard dryRun: false dns: