mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-15 07:05:27 +00:00
⏪ Revert the tap.proxy.hub.srvport
usage in the Hub template
This commit is contained in:
parent
0659d0fead
commit
db01c4e9e3
@ -1,5 +1,5 @@
|
||||
apiVersion: v2
|
||||
appVersion: "41.3"
|
||||
appVersion: "41.4"
|
||||
description: The API Traffic Analyzer for Kubernetes
|
||||
home: https://kubeshark.co
|
||||
keywords:
|
||||
@ -22,5 +22,5 @@ name: kubeshark
|
||||
sources:
|
||||
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
||||
type: application
|
||||
version: "41.3"
|
||||
version: "41.4"
|
||||
icon: https://raw.githubusercontent.com/kubeshark/assets/master/logo/vector/logo.svg
|
||||
|
@ -19,8 +19,6 @@ spec:
|
||||
- command:
|
||||
- ./hub
|
||||
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||
- -port
|
||||
- '{{ .Values.tap.proxy.hub.srvport }}'
|
||||
env:
|
||||
- name: POD_REGEX
|
||||
value: '{{ .Values.tap.regex }}'
|
||||
|
Loading…
Reference in New Issue
Block a user