Set the probing port of Hub back to 80

This commit is contained in:
M. Mert Yildiran
2023-08-24 23:51:47 +03:00
parent f628192216
commit 7afb1d8b9b
2 changed files with 4 additions and 4 deletions

View File

@@ -41,14 +41,14 @@ spec:
successThreshold: 1
initialDelaySeconds: 3
tcpSocket:
port: {{ .Values.tap.proxy.hub.srvport }}
port: 80
livenessProbe:
periodSeconds: 1
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 3
tcpSocket:
port: {{ .Values.tap.proxy.hub.srvport }}
port: 80
resources:
limits:
cpu: {{ .Values.tap.resources.hub.limits.cpu }}

View File

@@ -345,14 +345,14 @@ spec:
successThreshold: 1
initialDelaySeconds: 3
tcpSocket:
port: 8898
port: 80
livenessProbe:
periodSeconds: 1
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 3
tcpSocket:
port: 8898
port: 80
resources:
limits:
cpu: 750m