mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-08 22:10:50 +00:00
🔖 Bump the Helm chart version to 52.3.79
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: v2
|
||||
name: kubeshark
|
||||
version: "52.3.78"
|
||||
version: "52.3.79"
|
||||
description: The API Traffic Analyzer for Kubernetes
|
||||
home: https://kubeshark.co
|
||||
keywords:
|
||||
|
@@ -28,31 +28,31 @@ tap:
|
||||
persistentStorage: false
|
||||
persistentStorageStatic: false
|
||||
efsFileSytemIdAndPath: ""
|
||||
storageLimit: 3000Mi
|
||||
storageLimit: 5000Mi
|
||||
storageClass: standard
|
||||
dryRun: false
|
||||
resources:
|
||||
hub:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2000Mi
|
||||
cpu: 1000m
|
||||
memory: 1500Mi
|
||||
requests:
|
||||
cpu: 300m
|
||||
memory: 500Mi
|
||||
cpu: 50m
|
||||
memory: 50Mi
|
||||
sniffer:
|
||||
limits:
|
||||
cpu: 2000m
|
||||
memory: 2000Mi
|
||||
cpu: 1000m
|
||||
memory: 1500Mi
|
||||
requests:
|
||||
cpu: 300m
|
||||
memory: 500Mi
|
||||
cpu: 50m
|
||||
memory: 50Mi
|
||||
tracer:
|
||||
limits:
|
||||
cpu: 1000m
|
||||
memory: 1500Mi
|
||||
requests:
|
||||
cpu: 300m
|
||||
memory: 500Mi
|
||||
cpu: 50m
|
||||
memory: 50Mi
|
||||
serviceMesh: true
|
||||
tls: true
|
||||
packetCapture: best
|
||||
|
Reference in New Issue
Block a user