mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-06-23 06:48:47 +00:00
⏪ Revert srvPort
to 30001
This commit is contained in:
parent
24aa4db0bc
commit
fe3f93c91b
@ -6,7 +6,7 @@ tap:
|
|||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
proxy:
|
proxy:
|
||||||
worker:
|
worker:
|
||||||
srvPort: 31001
|
srvPort: 30001
|
||||||
hub:
|
hub:
|
||||||
srvPort: 8898
|
srvPort: 8898
|
||||||
front:
|
front:
|
||||||
|
@ -55,7 +55,7 @@ spec:
|
|||||||
ingress:
|
ingress:
|
||||||
- ports:
|
- ports:
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 31001
|
port: 30001
|
||||||
- protocol: TCP
|
- protocol: TCP
|
||||||
port: 49100
|
port: 49100
|
||||||
egress:
|
egress:
|
||||||
@ -448,7 +448,7 @@ spec:
|
|||||||
- -i
|
- -i
|
||||||
- any
|
- any
|
||||||
- -port
|
- -port
|
||||||
- '31001'
|
- '30001'
|
||||||
- -metrics-port
|
- -metrics-port
|
||||||
- '49100'
|
- '49100'
|
||||||
- -packet-capture
|
- -packet-capture
|
||||||
@ -501,14 +501,14 @@ spec:
|
|||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 31001
|
port: 30001
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
periodSeconds: 1
|
periodSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 5
|
initialDelaySeconds: 5
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 31001
|
port: 30001
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /hostproc
|
- mountPath: /hostproc
|
||||||
name: proc
|
name: proc
|
||||||
|
Loading…
Reference in New Issue
Block a user