mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-09-02 19:15:26 +00:00
🔨 Update the worker pod and run make generate-helm-values && make generate-manifests
This commit is contained in:
@@ -49,7 +49,7 @@ type ResourceRequirements struct {
|
|||||||
}
|
}
|
||||||
|
|
||||||
type WorkerConfig struct {
|
type WorkerConfig struct {
|
||||||
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"8897"`
|
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"30001"`
|
||||||
}
|
}
|
||||||
|
|
||||||
type HubConfig struct {
|
type HubConfig struct {
|
||||||
|
@@ -112,7 +112,7 @@ helm install kubeshark kubeshark/kubeshark \
|
|||||||
| `tap.docker.tag` | Tag of the Docker images | `latest` |
|
| `tap.docker.tag` | Tag of the Docker images | `latest` |
|
||||||
| `tap.docker.imagePullPolicy` | Kubernetes image pull policy | `Always` |
|
| `tap.docker.imagePullPolicy` | Kubernetes image pull policy | `Always` |
|
||||||
| `tap.docker.imagePullSecrets` | Kubernetes secrets to pull the images | `[]` |
|
| `tap.docker.imagePullSecrets` | Kubernetes secrets to pull the images | `[]` |
|
||||||
| `tap.proxy.worker.srvPort` | Worker server port | `8897` |
|
| `tap.proxy.worker.srvPort` | Worker server port | `30001` |
|
||||||
| `tap.proxy.hub.port` | Hub service port | `8898` |
|
| `tap.proxy.hub.port` | Hub service port | `8898` |
|
||||||
| `tap.proxy.hub.srvPort` | Hub server port | `8898` |
|
| `tap.proxy.hub.srvPort` | Hub server port | `8898` |
|
||||||
| `tap.proxy.front.port` | Front-facing service port | `8899` |
|
| `tap.proxy.front.port` | Front-facing service port | `8899` |
|
||||||
|
@@ -288,7 +288,7 @@ spec:
|
|||||||
- -i
|
- -i
|
||||||
- any
|
- any
|
||||||
- -port
|
- -port
|
||||||
- '8897'
|
- '30001'
|
||||||
- -servicemesh
|
- -servicemesh
|
||||||
- -procfs
|
- -procfs
|
||||||
- /hostproc
|
- /hostproc
|
||||||
@@ -329,14 +329,14 @@ spec:
|
|||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8897
|
port: 30001
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
periodSeconds: 1
|
periodSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8897
|
port: 30001
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /hostproc
|
- mountPath: /hostproc
|
||||||
name: proc
|
name: proc
|
||||||
|
Reference in New Issue
Block a user