mirror of
https://github.com/kubeshark/kubeshark.git
synced 2025-08-18 08:29:36 +00:00
⏪ Set the probing port of Hub back to 80
This commit is contained in:
parent
f628192216
commit
7afb1d8b9b
@ -41,14 +41,14 @@ spec:
|
|||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: {{ .Values.tap.proxy.hub.srvport }}
|
port: 80
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
periodSeconds: 1
|
periodSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: {{ .Values.tap.proxy.hub.srvport }}
|
port: 80
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: {{ .Values.tap.resources.hub.limits.cpu }}
|
cpu: {{ .Values.tap.resources.hub.limits.cpu }}
|
||||||
|
@ -345,14 +345,14 @@ spec:
|
|||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8898
|
port: 80
|
||||||
livenessProbe:
|
livenessProbe:
|
||||||
periodSeconds: 1
|
periodSeconds: 1
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
successThreshold: 1
|
successThreshold: 1
|
||||||
initialDelaySeconds: 3
|
initialDelaySeconds: 3
|
||||||
tcpSocket:
|
tcpSocket:
|
||||||
port: 8898
|
port: 80
|
||||||
resources:
|
resources:
|
||||||
limits:
|
limits:
|
||||||
cpu: 750m
|
cpu: 750m
|
||||||
|
Loading…
Reference in New Issue
Block a user