Revert srvPort to 30001

This commit is contained in:
M. Mert Yildiran
2024-03-28 03:54:06 +03:00
parent 24aa4db0bc
commit fe3f93c91b
2 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ tap:
imagePullSecrets: []
proxy:
worker:
srvPort: 31001
srvPort: 30001
hub:
srvPort: 8898
front:
+4 -4
View File
@@ -55,7 +55,7 @@ spec:
ingress:
- ports:
- protocol: TCP
port: 31001
port: 30001
- protocol: TCP
port: 49100
egress:
@@ -448,7 +448,7 @@ spec:
- -i
- any
- -port
- '31001'
- '30001'
- -metrics-port
- '49100'
- -packet-capture
@@ -501,14 +501,14 @@ spec:
successThreshold: 1
initialDelaySeconds: 5
tcpSocket:
port: 31001
port: 30001
livenessProbe:
periodSeconds: 1
failureThreshold: 3
successThreshold: 1
initialDelaySeconds: 5
tcpSocket:
port: 31001
port: 30001
volumeMounts:
- mountPath: /hostproc
name: proc