mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-21 10:06:58 +00:00
✨ Add Ingress
(#1357)
* ✨ Add `Ingress` * ⚡ Rewrite the target in `Ingress` * ⚡ Fix the path of front pod in `Ingress` * ✨ Add `IngressConfig` struct * ⚡ Generate the correct Helm chart based on `tap.ingress` field of `values.yaml`
This commit is contained in:
@@ -16,6 +16,8 @@ const (
|
||||
WorkerPodName = SelfResourcesPrefix + "worker"
|
||||
PersistentVolumeName = SelfResourcesPrefix + "persistent-volume"
|
||||
PersistentVolumeClaimName = SelfResourcesPrefix + "persistent-volume-claim"
|
||||
IngressName = SelfResourcesPrefix + "ingress"
|
||||
IngressClassName = SelfResourcesPrefix + "ingress-class"
|
||||
PersistentVolumeHostPath = "/app/data"
|
||||
MinKubernetesServerVersion = "1.16.0"
|
||||
)
|
||||
|
Reference in New Issue
Block a user