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
|
apiVersion: v2
|
||||||
appVersion: "41.3"
|
appVersion: "41.4"
|
||||||
description: The API Traffic Analyzer for Kubernetes
|
description: The API Traffic Analyzer for Kubernetes
|
||||||
home: https://kubeshark.co
|
home: https://kubeshark.co
|
||||||
keywords:
|
keywords:
|
||||||
@ -22,5 +22,5 @@ name: kubeshark
|
|||||||
sources:
|
sources:
|
||||||
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
- https://github.com/kubeshark/kubeshark/tree/master/helm-chart
|
||||||
type: application
|
type: application
|
||||||
version: "41.3"
|
version: "41.4"
|
||||||
icon: https://raw.githubusercontent.com/kubeshark/assets/master/logo/vector/logo.svg
|
icon: https://raw.githubusercontent.com/kubeshark/assets/master/logo/vector/logo.svg
|
||||||
|
@ -19,8 +19,6 @@ spec:
|
|||||||
- command:
|
- command:
|
||||||
- ./hub
|
- ./hub
|
||||||
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
{{ .Values.tap.debug | ternary "- -debug" "" }}
|
||||||
- -port
|
|
||||||
- '{{ .Values.tap.proxy.hub.srvport }}'
|
|
||||||
env:
|
env:
|
||||||
- name: POD_REGEX
|
- name: POD_REGEX
|
||||||
value: '{{ .Values.tap.regex }}'
|
value: '{{ .Values.tap.regex }}'
|
||||||
|
Loading…
Reference in New Issue
Block a user