From 7afb1d8b9b16011431da95e05dfcbee749d33bd8 Mon Sep 17 00:00:00 2001 From: "M. Mert Yildiran" Date: Thu, 24 Aug 2023 23:51:47 +0300 Subject: [PATCH] :rewind: Set the probing port of Hub back to 80 --- helm-chart/templates/04-hub-deployment.yaml | 4 ++-- manifests/complete.yaml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/helm-chart/templates/04-hub-deployment.yaml b/helm-chart/templates/04-hub-deployment.yaml index 74951a5e9..b6c12d299 100644 --- a/helm-chart/templates/04-hub-deployment.yaml +++ b/helm-chart/templates/04-hub-deployment.yaml @@ -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 }} diff --git a/manifests/complete.yaml b/manifests/complete.yaml index 18f54184a..e9309f253 100644 --- a/manifests/complete.yaml +++ b/manifests/complete.yaml @@ -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