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