🔨 Add tap.ingress.path helm value (#1782)

Co-authored-by: Alon Girmonsky <1990761+alongir@users.noreply.github.com>
This commit is contained in:
Serhii Ponomarenko
2025-08-26 23:01:55 +03:00
committed by GitHub
parent cf867fe701
commit 88f43b94d9
3 changed files with 3 additions and 1 deletions

View File

@@ -28,7 +28,7 @@ spec:
name: kubeshark-front
port:
number: 80
path: /
path: {{ default "/" (((.Values).tap).ingress).path }}
pathType: Prefix
{{- if .Values.tap.ingress.tls }}
tls:

View File

@@ -139,6 +139,7 @@ tap:
enabled: false
className: ""
host: ks.svc.cluster.local
path: /
tls: []
annotations: {}
priorityClass: ""