From 2c386adfeec19a6ecbaee09cedf485b090cdef2f Mon Sep 17 00:00:00 2001 From: aleksandarknezevic Date: Fri, 17 Jun 2022 11:25:36 +0200 Subject: [PATCH] chore: readiness check --- charts/onboarding-faucet/Chart.yaml | 2 +- charts/onboarding-faucet/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/onboarding-faucet/Chart.yaml b/charts/onboarding-faucet/Chart.yaml index 46fe561..e693dae 100644 --- a/charts/onboarding-faucet/Chart.yaml +++ b/charts/onboarding-faucet/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 appVersion: latest name: onboarding-faucet -version: 0.1.3 +version: 0.1.4 description: Onboarding faucet Helm chart for Kubernetes home: https://www.ethswarm.org icon: https://docs.ethswarm.org/img/swarm-logo-2.svg diff --git a/charts/onboarding-faucet/templates/deployment.yaml b/charts/onboarding-faucet/templates/deployment.yaml index b7c11ca..1c373bc 100644 --- a/charts/onboarding-faucet/templates/deployment.yaml +++ b/charts/onboarding-faucet/templates/deployment.yaml @@ -53,7 +53,7 @@ spec: periodSeconds: 20 readinessProbe: httpGet: - path: /health + path: /readiness port: api periodSeconds: 20 resources: