mirror of
https://github.com/bitnami/charts.git
synced 2026-08-10 14:15:55 +08:00
Enable qps/burst/maxeventageseconds in event exporter (#16554)
* Enable qps/burst/maxeventageseconds in event exporter Signed-off-by: David He <david.he@kasada.io> * Update bitnami/kubernetes-event-exporter/values.yaml Co-authored-by: Miguel Ruiz <miruiz@vmware.com> Signed-off-by: David He <jialhe85@gmail.com> * make changes as per feedback Signed-off-by: David He <david.he@kasada.io> * Update README.md with readme-generator-for-helm Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> --------- Signed-off-by: David He <david.he@kasada.io> Signed-off-by: David He <jialhe85@gmail.com> Signed-off-by: Bitnami Containers <bitnami-bot@vmware.com> Co-authored-by: Miguel Ruiz <miruiz@vmware.com> Co-authored-by: Bitnami Containers <bitnami-bot@vmware.com>
This commit is contained in:
co-authored by
Miguel Ruiz
Bitnami Containers
parent
b9aaabdd63
commit
4a0aaf0775
@@ -25,4 +25,4 @@ maintainers:
|
||||
name: kubernetes-event-exporter
|
||||
sources:
|
||||
- https://github.com/bitnami/charts/tree/main/bitnami/kubernetes-event-exporter
|
||||
version: 2.4.0
|
||||
version: 2.4.1
|
||||
|
||||
@@ -189,4 +189,4 @@ Unless required by applicable law or agreed to in writing, software
|
||||
distributed under the License is distributed on an "AS IS" BASIS,
|
||||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
||||
See the License for the specific language governing permissions and
|
||||
limitations under the License.
|
||||
limitations under the License.
|
||||
|
||||
@@ -90,6 +90,8 @@ image:
|
||||
## https://kubernetes.io/docs/concepts/services-networking/add-entries-to-pod-etc-hosts-with-host-aliases/
|
||||
##
|
||||
hostAliases: []
|
||||
## Kubernetes event exporter configuration, rendered as a template
|
||||
## ref: https://github.com/resmoio/kubernetes-event-exporter#configuration
|
||||
## @param config.logLevel Verbosity of the logs (options: `fatal`, `error`, `warn`, `info` or `debug`)
|
||||
## @param config.logFormat How the logs are formatted. Allowed values: `pretty` or `json`
|
||||
## @param config.receivers [array] Array containing event receivers
|
||||
|
||||
Reference in New Issue
Block a user