Skip to content

Commit 5abb165

Browse files
authored
conf(refarch-templates): decrease startup probe initial delay (#246)
1 parent 656026f commit 5abb165

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

charts/refarch-templates/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ apiVersion: v2
22
name: refarch-templates
33
description: Helm Chart for deploying a it@M Reference Architecture application.
44
type: application
5-
version: 1.1.10
5+
version: 1.1.11
66
home: https://github.com/it-at-m/helm-charts/tree/main/charts/refarch-templates
77
icon: https://raw.githubusercontent.com/it-at-m/helm-charts/main/images/logo.png
88
dependencies:
99
- name: refarch-gateway
1010
condition: refarch-gateway.enabled
11-
version: 1.7.1
11+
version: 1.7.2
1212
repository: "@it-at-m"
1313
sources:
1414
- "https://github.com/it-at-m/helm-charts"

charts/refarch-templates/templates/deployment.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,8 @@ spec:
6767
httpGet:
6868
path: /actuator/health
6969
port: http
70-
initialDelaySeconds: 60
70+
initialDelaySeconds: 10
71+
failureThreshold: 9
7172
{{- end }}
7273
livenessProbe:
7374
{{- if $module.livenessProbe }}

0 commit comments

Comments
 (0)