mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-16 14:53:49 +00:00
✨ Template the ingressClassName
field in Ingress
resource
This commit is contained in:
@@ -14,7 +14,7 @@ metadata:
|
||||
name: kubeshark-ingress
|
||||
namespace: {{ .Values.tap.selfnamespace }}
|
||||
spec:
|
||||
ingressClassName: kubeshark-ingress-class
|
||||
ingressClassName: {{ .Values.tap.ingress.className }}
|
||||
rules:
|
||||
- host: {{ .Values.tap.ingress.host }}
|
||||
http:
|
||||
|
@@ -45,6 +45,7 @@ tap:
|
||||
nodeselectorterms: []
|
||||
ingress:
|
||||
enabled: false
|
||||
className: kubeshark-ingress-class
|
||||
host: ks.svc.cluster.local
|
||||
tls: []
|
||||
auth:
|
||||
|
Reference in New Issue
Block a user