From 58d70de72e4ebc6792b6c5e779f70ed6fd08d633 Mon Sep 17 00:00:00 2001 From: Michael Gagliardo Date: Tue, 8 Aug 2023 13:28:43 -0400 Subject: [PATCH] fix: bump nio-api values --- ndustrial/nio-api/Chart.yaml | 4 ++-- ndustrial/nio-api/values.yaml | 10 ++++++++++ 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/ndustrial/nio-api/Chart.yaml b/ndustrial/nio-api/Chart.yaml index b9dd3c9..2c68bd5 100644 --- a/ndustrial/nio-api/Chart.yaml +++ b/ndustrial/nio-api/Chart.yaml @@ -13,5 +13,5 @@ maintainers: - email: devops@ndustrial.io name: DevOps # Please make sure that version and appVersion are always the same. -version: 1.0.10 -appVersion: 1.0.10 +version: 1.0.11 +appVersion: 1.0.11 diff --git a/ndustrial/nio-api/values.yaml b/ndustrial/nio-api/values.yaml index 100d318..86eb6a4 100644 --- a/ndustrial/nio-api/values.yaml +++ b/ndustrial/nio-api/values.yaml @@ -62,6 +62,7 @@ replicaCount: 2 ## startupProbe: enabled: false + httpGet: true path: / initialDelaySeconds: 60 periodSeconds: 10 @@ -78,6 +79,7 @@ startupProbe: ## livenessProbe: enabled: true + httpGet: true path: /healthz initialDelaySeconds: 60 periodSeconds: 10 @@ -94,6 +96,7 @@ livenessProbe: ## readinessProbe: enabled: true + httpGet: true path: /healthz initialDelaySeconds: 5 periodSeconds: 5 @@ -256,6 +259,10 @@ autoscaling: targetCPUUtilizationPercentage: 80 ## @param autoscaling.targetMemoryUtilizationPercentage targetMemoryUtilizationPercentage: 80 + externalMetric: + metricName: "" + metricTarget: + behavior: ## @section DatadogMetric parameters datadogmetric: ## @param datadogmetric.enabled @@ -342,6 +349,9 @@ podAnnotations: {} ## @param lifecycleHooks Add lifecycle hooks to the Deployment deployment ## lifecycleHooks: {} +## @param  terminationGracePeriodSeconds Add termination Grace Period Seconds to the Deployment deployment +## +terminationGracePeriodSeconds: 30 ## @param shareProcessNamespace Share a single process namespace between all of the containers in a pod. When this is set containers will be able to view and signal processes from other containers in the same pod, and the first process in each container will not be assigned PID 1. HostPID and ShareProcessNamespace cannot both be set. Optional: Default to false. shareProcessNamespace: false ## @param extraEnvVars Add extra environment variables to the Deployment container