From e759459c54a59f0ef48fd7f56fcd223207c263b5 Mon Sep 17 00:00:00 2001 From: eiximenis Date: Tue, 29 Jan 2019 15:22:57 +0100 Subject: [PATCH] updated helm charts for final probes config on k8s --- k8s/helm/apigwmm/templates/deployment.yaml | 9 +++++---- k8s/helm/apigwmm/values.yaml | 3 ++- k8s/helm/apigwms/templates/deployment.yaml | 9 +++++---- k8s/helm/apigwms/values.yaml | 3 ++- k8s/helm/apigwwm/templates/deployment.yaml | 9 +++++---- k8s/helm/apigwwm/values.yaml | 3 ++- k8s/helm/apigwws/templates/deployment.yaml | 9 +++++---- k8s/helm/apigwws/values.yaml | 3 ++- k8s/helm/basket-api/templates/deployment.yaml | 9 +++++---- k8s/helm/basket-api/values.yaml | 3 ++- k8s/helm/catalog-api/templates/deployment.yaml | 9 +++++---- k8s/helm/catalog-api/values.yaml | 3 ++- k8s/helm/identity-api/templates/deployment.yaml | 9 +++++---- k8s/helm/identity-api/values.yaml | 3 ++- k8s/helm/locations-api/templates/deployment.yaml | 9 +++++---- k8s/helm/locations-api/values.yaml | 3 ++- k8s/helm/marketing-api/templates/deployment.yaml | 9 +++++---- k8s/helm/marketing-api/values.yaml | 3 ++- k8s/helm/mobileshoppingagg/templates/deployment.yaml | 9 +++++---- k8s/helm/mobileshoppingagg/values.yaml | 3 ++- k8s/helm/ordering-api/templates/deployment.yaml | 9 +++++---- k8s/helm/ordering-api/values.yaml | 3 ++- .../ordering-backgroundtasks/templates/deployment.yaml | 9 +++++---- k8s/helm/ordering-backgroundtasks/values.yaml | 3 ++- k8s/helm/payment-api/templates/deployment.yaml | 9 +++++---- k8s/helm/payment-api/values.yaml | 3 ++- k8s/helm/webshoppingagg/templates/deployment.yaml | 9 +++++---- k8s/helm/webshoppingagg/values.yaml | 3 ++- 28 files changed, 98 insertions(+), 70 deletions(-) diff --git a/k8s/helm/apigwmm/templates/deployment.yaml b/k8s/helm/apigwmm/templates/deployment.yaml index 170868890c..6dc58bf508 100644 --- a/k8s/helm/apigwmm/templates/deployment.yaml +++ b/k8s/helm/apigwmm/templates/deployment.yaml @@ -42,8 +42,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -52,8 +52,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/apigwmm/values.yaml b/k8s/helm/apigwmm/values.yaml index 5903e4b85a..5012667802 100644 --- a/k8s/helm/apigwmm/values.yaml +++ b/k8s/helm/apigwmm/values.yaml @@ -58,6 +58,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/apigwms/templates/deployment.yaml b/k8s/helm/apigwms/templates/deployment.yaml index 22295843f2..8a4fd89421 100644 --- a/k8s/helm/apigwms/templates/deployment.yaml +++ b/k8s/helm/apigwms/templates/deployment.yaml @@ -42,8 +42,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -52,8 +52,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/apigwms/values.yaml b/k8s/helm/apigwms/values.yaml index e2df1128b8..58377ec5b9 100644 --- a/k8s/helm/apigwms/values.yaml +++ b/k8s/helm/apigwms/values.yaml @@ -58,6 +58,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 \ No newline at end of file diff --git a/k8s/helm/apigwwm/templates/deployment.yaml b/k8s/helm/apigwwm/templates/deployment.yaml index bd37dc16ed..5cbce9f22b 100644 --- a/k8s/helm/apigwwm/templates/deployment.yaml +++ b/k8s/helm/apigwwm/templates/deployment.yaml @@ -42,8 +42,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -52,8 +52,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/apigwwm/values.yaml b/k8s/helm/apigwwm/values.yaml index 3096a800e1..68cbb89c4e 100644 --- a/k8s/helm/apigwwm/values.yaml +++ b/k8s/helm/apigwwm/values.yaml @@ -58,6 +58,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 \ No newline at end of file diff --git a/k8s/helm/apigwws/templates/deployment.yaml b/k8s/helm/apigwws/templates/deployment.yaml index 9d00589d4c..4912d12bb2 100644 --- a/k8s/helm/apigwws/templates/deployment.yaml +++ b/k8s/helm/apigwws/templates/deployment.yaml @@ -41,8 +41,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -51,8 +51,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/apigwws/values.yaml b/k8s/helm/apigwws/values.yaml index e50fb9f96e..94b8a203f0 100644 --- a/k8s/helm/apigwws/values.yaml +++ b/k8s/helm/apigwws/values.yaml @@ -58,6 +58,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/basket-api/templates/deployment.yaml b/k8s/helm/basket-api/templates/deployment.yaml index 37b718eb89..d96c0cacf4 100644 --- a/k8s/helm/basket-api/templates/deployment.yaml +++ b/k8s/helm/basket-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/basket-api/values.yaml b/k8s/helm/basket-api/values.yaml index afd00835df..6c264afba5 100644 --- a/k8s/helm/basket-api/values.yaml +++ b/k8s/helm/basket-api/values.yaml @@ -49,6 +49,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/catalog-api/templates/deployment.yaml b/k8s/helm/catalog-api/templates/deployment.yaml index d7f95542de..d7a424a998 100644 --- a/k8s/helm/catalog-api/templates/deployment.yaml +++ b/k8s/helm/catalog-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/catalog-api/values.yaml b/k8s/helm/catalog-api/values.yaml index bb4d5c98f6..836db61256 100644 --- a/k8s/helm/catalog-api/values.yaml +++ b/k8s/helm/catalog-api/values.yaml @@ -52,7 +52,8 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/identity-api/templates/deployment.yaml b/k8s/helm/identity-api/templates/deployment.yaml index 5758ac60d4..0a4ee2722c 100644 --- a/k8s/helm/identity-api/templates/deployment.yaml +++ b/k8s/helm/identity-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/identity-api/values.yaml b/k8s/helm/identity-api/values.yaml index 065818a095..515dc5b9e1 100644 --- a/k8s/helm/identity-api/values.yaml +++ b/k8s/helm/identity-api/values.yaml @@ -69,6 +69,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 \ No newline at end of file diff --git a/k8s/helm/locations-api/templates/deployment.yaml b/k8s/helm/locations-api/templates/deployment.yaml index fbfadbafc5..9667eb9671 100644 --- a/k8s/helm/locations-api/templates/deployment.yaml +++ b/k8s/helm/locations-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/locations-api/values.yaml b/k8s/helm/locations-api/values.yaml index 34264c2f21..4718f2a0bb 100644 --- a/k8s/helm/locations-api/values.yaml +++ b/k8s/helm/locations-api/values.yaml @@ -60,6 +60,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/marketing-api/templates/deployment.yaml b/k8s/helm/marketing-api/templates/deployment.yaml index 6818aea843..c49026c1ba 100644 --- a/k8s/helm/marketing-api/templates/deployment.yaml +++ b/k8s/helm/marketing-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/marketing-api/values.yaml b/k8s/helm/marketing-api/values.yaml index 48a34dfd9c..00bebf27fe 100644 --- a/k8s/helm/marketing-api/values.yaml +++ b/k8s/helm/marketing-api/values.yaml @@ -64,6 +64,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/mobileshoppingagg/templates/deployment.yaml b/k8s/helm/mobileshoppingagg/templates/deployment.yaml index 9dedd60d67..0f23b3be64 100644 --- a/k8s/helm/mobileshoppingagg/templates/deployment.yaml +++ b/k8s/helm/mobileshoppingagg/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/mobileshoppingagg/values.yaml b/k8s/helm/mobileshoppingagg/values.yaml index 7b6ea2e73d..fd26c7794f 100644 --- a/k8s/helm/mobileshoppingagg/values.yaml +++ b/k8s/helm/mobileshoppingagg/values.yaml @@ -72,6 +72,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/ordering-api/templates/deployment.yaml b/k8s/helm/ordering-api/templates/deployment.yaml index 4dde9e3516..a99ccdc288 100644 --- a/k8s/helm/ordering-api/templates/deployment.yaml +++ b/k8s/helm/ordering-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/ordering-api/values.yaml b/k8s/helm/ordering-api/values.yaml index 1907c82d17..c717d27933 100644 --- a/k8s/helm/ordering-api/values.yaml +++ b/k8s/helm/ordering-api/values.yaml @@ -58,6 +58,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml b/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml index f894811431..017f9f3dd4 100644 --- a/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml +++ b/k8s/helm/ordering-backgroundtasks/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/ordering-backgroundtasks/values.yaml b/k8s/helm/ordering-backgroundtasks/values.yaml index 8e8ee14cef..d065f03451 100644 --- a/k8s/helm/ordering-backgroundtasks/values.yaml +++ b/k8s/helm/ordering-backgroundtasks/values.yaml @@ -64,6 +64,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/payment-api/templates/deployment.yaml b/k8s/helm/payment-api/templates/deployment.yaml index 621705765a..8b01f73941 100644 --- a/k8s/helm/payment-api/templates/deployment.yaml +++ b/k8s/helm/payment-api/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/payment-api/values.yaml b/k8s/helm/payment-api/values.yaml index f2c5d15281..341e4e1a95 100644 --- a/k8s/helm/payment-api/values.yaml +++ b/k8s/helm/payment-api/values.yaml @@ -50,6 +50,7 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80 diff --git a/k8s/helm/webshoppingagg/templates/deployment.yaml b/k8s/helm/webshoppingagg/templates/deployment.yaml index 2b9d81c53b..8007c74c8d 100644 --- a/k8s/helm/webshoppingagg/templates/deployment.yaml +++ b/k8s/helm/webshoppingagg/templates/deployment.yaml @@ -34,8 +34,8 @@ spec: httpGet: port: {{ .Values.probes.liveness.port }} path: {{ .Values.probes.liveness.path }} - initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.liveness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.liveness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.liveness.periodSeconds }} {{- end -}} {{- end -}} {{- if .Values.probes -}} @@ -44,8 +44,9 @@ spec: httpGet: port: {{ .Values.probes.readiness.port }} path: {{ .Values.probes.readiness.path }} - initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} - periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + initialDelaySeconds: {{ .Values.probes.readiness.initialDelaySeconds }} + periodSeconds: {{ .Values.probes.readiness.periodSeconds }} + timeoutSeconds: {{ .Values.probes.readiness.timeoutSeconds }} {{- end -}} {{- end }} image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" diff --git a/k8s/helm/webshoppingagg/values.yaml b/k8s/helm/webshoppingagg/values.yaml index bca28294da..f4f2c5fd7b 100644 --- a/k8s/helm/webshoppingagg/values.yaml +++ b/k8s/helm/webshoppingagg/values.yaml @@ -72,7 +72,8 @@ probes: port: 80 readiness: path: /hc + timeoutSeconds: 5 initialDelaySeconds: 90 - periodSeconds: 15 + periodSeconds: 60 port: 80