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 170868890..6dc58bf50 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 5903e4b85..501266780 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 22295843f..8a4fd8942 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 e2df1128b..58377ec5b 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 bd37dc16e..5cbce9f22 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 3096a800e..68cbb89c4 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 9d00589d4..4912d12bb 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 e50fb9f96..94b8a203f 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 37b718eb8..d96c0cacf 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 afd00835d..6c264afba 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 d7f95542d..d7a424a99 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 bb4d5c98f..836db6125 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 5758ac60d..0a4ee2722 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 065818a09..515dc5b9e 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 fbfadbafc..9667eb967 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 34264c2f2..4718f2a0b 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 6818aea84..c49026c1b 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 48a34dfd9..00bebf27f 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 9dedd60d6..0f23b3be6 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 7b6ea2e73..fd26c7794 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 4dde9e351..a99ccdc28 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 1907c82d1..c717d2793 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 f89481143..017f9f3dd 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 8e8ee14ce..d065f0345 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 621705765..8b01f7394 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 f2c5d1528..341e4e1a9 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 2b9d81c53..8007c74c8 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 bca28294d..f4f2c5fd7 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