Skip to content

Commit 2273256

Browse files
authored
Merge pull request #69 from ndustrialio/add-nio-api-values
fix: bump nio-api values
2 parents 798517a + 58d70de commit 2273256

File tree

2 files changed

+12
-2
lines changed

2 files changed

+12
-2
lines changed

ndustrial/nio-api/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ maintainers:
1313
1414
name: DevOps
1515
# Please make sure that version and appVersion are always the same.
16-
version: 1.0.10
17-
appVersion: 1.0.10
16+
version: 1.0.11
17+
appVersion: 1.0.11

ndustrial/nio-api/values.yaml

+10
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ replicaCount: 2
6262
##
6363
startupProbe:
6464
enabled: false
65+
httpGet: true
6566
path: /
6667
initialDelaySeconds: 60
6768
periodSeconds: 10
@@ -78,6 +79,7 @@ startupProbe:
7879
##
7980
livenessProbe:
8081
enabled: true
82+
httpGet: true
8183
path: /healthz
8284
initialDelaySeconds: 60
8385
periodSeconds: 10
@@ -94,6 +96,7 @@ livenessProbe:
9496
##
9597
readinessProbe:
9698
enabled: true
99+
httpGet: true
97100
path: /healthz
98101
initialDelaySeconds: 5
99102
periodSeconds: 5
@@ -256,6 +259,10 @@ autoscaling:
256259
targetCPUUtilizationPercentage: 80
257260
## @param autoscaling.targetMemoryUtilizationPercentage
258261
targetMemoryUtilizationPercentage: 80
262+
externalMetric:
263+
metricName: ""
264+
metricTarget:
265+
behavior:
259266
## @section DatadogMetric parameters
260267
datadogmetric:
261268
## @param datadogmetric.enabled
@@ -342,6 +349,9 @@ podAnnotations: {}
342349
## @param lifecycleHooks Add lifecycle hooks to the Deployment deployment
343350
##
344351
lifecycleHooks: {}
352+
## @param  terminationGracePeriodSeconds Add termination Grace Period Seconds to the Deployment deployment
353+
##
354+
terminationGracePeriodSeconds: 30
345355
## @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.
346356
shareProcessNamespace: false
347357
## @param extraEnvVars Add extra environment variables to the Deployment container

0 commit comments

Comments
 (0)