Skip to content
This repository was archived by the owner on Nov 17, 2023. It is now read-only.

Commit e759459

Browse files
committed
updated helm charts for final probes config on k8s
1 parent a4f169d commit e759459

File tree

28 files changed

+98
-70
lines changed

28 files changed

+98
-70
lines changed

k8s/helm/apigwmm/templates/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
httpGet:
4343
port: {{ .Values.probes.liveness.port }}
4444
path: {{ .Values.probes.liveness.path }}
45-
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46-
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
45+
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46+
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
4747
{{- end -}}
4848
{{- end -}}
4949
{{- if .Values.probes -}}
@@ -52,8 +52,9 @@ spec:
5252
httpGet:
5353
port: {{ .Values.probes.readiness.port }}
5454
path: {{ .Values.probes.readiness.path }}
55-
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56-
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
55+
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56+
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
57+
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
5758
{{- end -}}
5859
{{- end }}
5960
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"

k8s/helm/apigwmm/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ probes:
5858
port: 80
5959
readiness:
6060
path: /hc
61+
timeoutSeconds: 5
6162
initialDelaySeconds: 90
62-
periodSeconds: 15
63+
periodSeconds: 60
6364
port: 80

k8s/helm/apigwms/templates/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
httpGet:
4343
port: {{ .Values.probes.liveness.port }}
4444
path: {{ .Values.probes.liveness.path }}
45-
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46-
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
45+
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46+
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
4747
{{- end -}}
4848
{{- end -}}
4949
{{- if .Values.probes -}}
@@ -52,8 +52,9 @@ spec:
5252
httpGet:
5353
port: {{ .Values.probes.readiness.port }}
5454
path: {{ .Values.probes.readiness.path }}
55-
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56-
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
55+
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56+
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
57+
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
5758
{{- end -}}
5859
{{- end }}
5960
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"

k8s/helm/apigwms/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ probes:
5858
port: 80
5959
readiness:
6060
path: /hc
61+
timeoutSeconds: 5
6162
initialDelaySeconds: 90
62-
periodSeconds: 15
63+
periodSeconds: 60
6364
port: 80

k8s/helm/apigwwm/templates/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,8 +42,8 @@ spec:
4242
httpGet:
4343
port: {{ .Values.probes.liveness.port }}
4444
path: {{ .Values.probes.liveness.path }}
45-
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46-
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
45+
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
46+
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
4747
{{- end -}}
4848
{{- end -}}
4949
{{- if .Values.probes -}}
@@ -52,8 +52,9 @@ spec:
5252
httpGet:
5353
port: {{ .Values.probes.readiness.port }}
5454
path: {{ .Values.probes.readiness.path }}
55-
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56-
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
55+
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
56+
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
57+
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
5758
{{- end -}}
5859
{{- end }}
5960
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"

k8s/helm/apigwwm/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ probes:
5858
port: 80
5959
readiness:
6060
path: /hc
61+
timeoutSeconds: 5
6162
initialDelaySeconds: 90
62-
periodSeconds: 15
63+
periodSeconds: 60
6364
port: 80

k8s/helm/apigwws/templates/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ spec:
4141
httpGet:
4242
port: {{ .Values.probes.liveness.port }}
4343
path: {{ .Values.probes.liveness.path }}
44-
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
45-
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
44+
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
45+
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
4646
{{- end -}}
4747
{{- end -}}
4848
{{- if .Values.probes -}}
@@ -51,8 +51,9 @@ spec:
5151
httpGet:
5252
port: {{ .Values.probes.readiness.port }}
5353
path: {{ .Values.probes.readiness.path }}
54-
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
55-
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
54+
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
55+
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
56+
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
5657
{{- end -}}
5758
{{- end }}
5859
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"

k8s/helm/apigwws/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ probes:
5858
port: 80
5959
readiness:
6060
path: /hc
61+
timeoutSeconds: 5
6162
initialDelaySeconds: 90
62-
periodSeconds: 15
63+
periodSeconds: 60
6364
port: 80

k8s/helm/basket-api/templates/deployment.yaml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ spec:
3434
httpGet:
3535
port: {{ .Values.probes.liveness.port }}
3636
path: {{ .Values.probes.liveness.path }}
37-
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
38-
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
37+
initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }}
38+
periodSeconds: {{ .Values.probes.liveness.periodSeconds }}
3939
{{- end -}}
4040
{{- end -}}
4141
{{- if .Values.probes -}}
@@ -44,8 +44,9 @@ spec:
4444
httpGet:
4545
port: {{ .Values.probes.readiness.port }}
4646
path: {{ .Values.probes.readiness.path }}
47-
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
48-
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
47+
initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }}
48+
periodSeconds: {{ .Values.probes.readiness.periodSeconds }}
49+
timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }}
4950
{{- end -}}
5051
{{- end }}
5152
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"

k8s/helm/basket-api/values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ probes:
4949
port: 80
5050
readiness:
5151
path: /hc
52+
timeoutSeconds: 5
5253
initialDelaySeconds: 90
53-
periodSeconds: 15
54+
periodSeconds: 60
5455
port: 80

0 commit comments

Comments
 (0)