Revert the tap.proxy.hub.srvport usage in the Hub template

This commit is contained in:
M. Mert Yildiran 2023-07-09 23:11:02 +03:00
parent 0659d0fead
commit db01c4e9e3
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
2 changed files with 2 additions and 4 deletions

View File

@ -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

View File

@ -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 }}'