From 2fbc7609766925f26cd32e559f423f9debc9ca2c Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Wed, 18 Aug 2021 10:59:29 +0100 Subject: [PATCH] Fix scheduler startup probe --- charts/owl/Chart.yaml | 2 +- charts/owl/templates/deployment-scheduler.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/owl/Chart.yaml b/charts/owl/Chart.yaml index e0cc6b4..cfa4241 100644 --- a/charts/owl/Chart.yaml +++ b/charts/owl/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.6 +version: 0.1.7 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/owl/templates/deployment-scheduler.yaml b/charts/owl/templates/deployment-scheduler.yaml index 10e615b..cac677d 100644 --- a/charts/owl/templates/deployment-scheduler.yaml +++ b/charts/owl/templates/deployment-scheduler.yaml @@ -65,7 +65,7 @@ spec: port: zmq startupProbe: tcpSocket: - port: http + port: zmq failureThreshold: 30 periodSeconds: 10 resources: