From d0e0710e8957e2318da2a336d1d6f23bf0373815 Mon Sep 17 00:00:00 2001 From: CI Date: Fri, 10 Nov 2023 12:44:21 +0000 Subject: [PATCH] CircleCI commit for version '2.17.2-alpha.61538' --- charts/speckle-server/Chart.yaml | 4 ++-- .../speckle-server/templates/frontend_2/deployment.yml | 9 +++++++++ charts/speckle-server/values.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/charts/speckle-server/Chart.yaml b/charts/speckle-server/Chart.yaml index 4d8d091d..f430d9e7 100644 --- a/charts/speckle-server/Chart.yaml +++ b/charts/speckle-server/Chart.yaml @@ -5,7 +5,7 @@ apiVersion: v2 # It is recommended to use it with quotes. # Set by the build process to the correct value -appVersion: '2.17.2-alpha.61485' +appVersion: '2.17.2-alpha.61538' description: Speckle Server home: 'https://speckle.systems/' icon: 'https://speckle.xyz/logo.svg' @@ -21,4 +21,4 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) # Set by the build process to the correct value -version: 2.17.2-alpha.61485 +version: 2.17.2-alpha.61538 diff --git a/charts/speckle-server/templates/frontend_2/deployment.yml b/charts/speckle-server/templates/frontend_2/deployment.yml index 2f330895..0c639aa9 100644 --- a/charts/speckle-server/templates/frontend_2/deployment.yml +++ b/charts/speckle-server/templates/frontend_2/deployment.yml @@ -42,6 +42,15 @@ spec: exec: command: ["sleep", "5"] + livenessProbe: + httpGet: + path: / + port: www + failureThreshold: 3 + initialDelaySeconds: 10 + periodSeconds: 10 + successThreshold: 1 + timeoutSeconds: 10 readinessProbe: httpGet: path: / diff --git a/charts/speckle-server/values.yaml b/charts/speckle-server/values.yaml index 4c70ac1d..ebce27c2 100644 --- a/charts/speckle-server/values.yaml +++ b/charts/speckle-server/values.yaml @@ -56,7 +56,7 @@ ingress: ## ## @param docker_image_tag Speckle is published as a Docker Image. The version of the image which will be deployed is specified by this tag. ## -docker_image_tag: '2.17.2-alpha.61485' +docker_image_tag: '2.17.2-alpha.61538' ## @param imagePullPolicy Determines the conditions when the Docker Images for Speckle should be pulled from the Image registry. ## ref: https://kubernetes.io/docs/concepts/containers/images/#image-pull-policy ##