From fe3f93c91bef6c3041f12941f23f6d27870901d5 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 28 Mar 2024 03:54:06 +0300 Subject: [PATCH] :rewind: Revert `srvPort` to `30001` --- helm-chart/values.yaml | 2 +- manifests/complete.yaml | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/helm-chart/values.yaml b/helm-chart/values.yaml index 1924608d9..6bec8b876 100644 --- a/helm-chart/values.yaml +++ b/helm-chart/values.yaml @@ -6,7 +6,7 @@ tap: imagePullSecrets: [] proxy: worker: - srvPort: 31001 + srvPort: 30001 hub: srvPort: 8898 front: diff --git a/manifests/complete.yaml b/manifests/complete.yaml index e0dd69c3a..1ed97ab18 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -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