Skip to content

Commit

Permalink
Merge pull request #69 from ndustrialio/add-nio-api-values
Browse files Browse the repository at this point in the history
fix: bump nio-api values
  • Loading branch information
mgagliardo91 authored Aug 8, 2023
2 parents 798517a + 58d70de commit 2273256
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ndustrial/nio-api/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ maintainers:
- email: [email protected]
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
10 changes: 10 additions & 0 deletions ndustrial/nio-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ replicaCount: 2
##
startupProbe:
enabled: false
httpGet: true
path: /
initialDelaySeconds: 60
periodSeconds: 10
Expand All @@ -78,6 +79,7 @@ startupProbe:
##
livenessProbe:
enabled: true
httpGet: true
path: /healthz
initialDelaySeconds: 60
periodSeconds: 10
Expand All @@ -94,6 +96,7 @@ livenessProbe:
##
readinessProbe:
enabled: true
httpGet: true
path: /healthz
initialDelaySeconds: 5
periodSeconds: 5
Expand Down Expand Up @@ -256,6 +259,10 @@ autoscaling:
targetCPUUtilizationPercentage: 80
## @param autoscaling.targetMemoryUtilizationPercentage
targetMemoryUtilizationPercentage: 80
externalMetric:
metricName: ""
metricTarget:
behavior:
## @section DatadogMetric parameters
datadogmetric:
## @param datadogmetric.enabled
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2273256

Please sign in to comment.