🔨 Update the worker pod and run make generate-helm-values && make generate-manifests

This commit is contained in:
M. Mert Yildiran 2023-11-21 20:24:14 +03:00
parent fc0f6a8452
commit 88f8998df3
No known key found for this signature in database
GPG Key ID: DA5D6DCBB758A461
3 changed files with 5 additions and 5 deletions

View File

@ -49,7 +49,7 @@ type ResourceRequirements struct {
}
type WorkerConfig struct {
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"8897"`
SrvPort uint16 `yaml:"srvPort" json:"srvPort" default:"30001"`
}
type HubConfig struct {

View File

@ -112,7 +112,7 @@ helm install kubeshark kubeshark/kubeshark \
| `tap.docker.tag` | Tag of the Docker images | `latest` |
| `tap.docker.imagePullPolicy` | Kubernetes image pull policy | `Always` |
| `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.srvPort` | Hub server port | `8898` |
| `tap.proxy.front.port` | Front-facing service port | `8899` |

View File

@ -288,7 +288,7 @@ spec:
- -i
- any
- -port
- '8897'
- '30001'
- -servicemesh
- -procfs
- /hostproc
@ -329,14 +329,14 @@ spec:
successThreshold: 1
initialDelaySeconds: 5
tcpSocket:
port: 8897
port: 30001
livenessProbe:
periodSeconds: 1
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 5
tcpSocket:
port: 8897
port: 30001
volumeMounts:
- mountPath: /hostproc
name: proc