Browse Source

updated helm charts for final probes config on k8s

pull/934/head
eiximenis 6 years ago
parent
commit
e759459c54
28 changed files with 98 additions and 70 deletions
  1. +5
    -4
      k8s/helm/apigwmm/templates/deployment.yaml
  2. +2
    -1
      k8s/helm/apigwmm/values.yaml
  3. +5
    -4
      k8s/helm/apigwms/templates/deployment.yaml
  4. +2
    -1
      k8s/helm/apigwms/values.yaml
  5. +5
    -4
      k8s/helm/apigwwm/templates/deployment.yaml
  6. +2
    -1
      k8s/helm/apigwwm/values.yaml
  7. +5
    -4
      k8s/helm/apigwws/templates/deployment.yaml
  8. +2
    -1
      k8s/helm/apigwws/values.yaml
  9. +5
    -4
      k8s/helm/basket-api/templates/deployment.yaml
  10. +2
    -1
      k8s/helm/basket-api/values.yaml
  11. +5
    -4
      k8s/helm/catalog-api/templates/deployment.yaml
  12. +2
    -1
      k8s/helm/catalog-api/values.yaml
  13. +5
    -4
      k8s/helm/identity-api/templates/deployment.yaml
  14. +2
    -1
      k8s/helm/identity-api/values.yaml
  15. +5
    -4
      k8s/helm/locations-api/templates/deployment.yaml
  16. +2
    -1
      k8s/helm/locations-api/values.yaml
  17. +5
    -4
      k8s/helm/marketing-api/templates/deployment.yaml
  18. +2
    -1
      k8s/helm/marketing-api/values.yaml
  19. +5
    -4
      k8s/helm/mobileshoppingagg/templates/deployment.yaml
  20. +2
    -1
      k8s/helm/mobileshoppingagg/values.yaml
  21. +5
    -4
      k8s/helm/ordering-api/templates/deployment.yaml
  22. +2
    -1
      k8s/helm/ordering-api/values.yaml
  23. +5
    -4
      k8s/helm/ordering-backgroundtasks/templates/deployment.yaml
  24. +2
    -1
      k8s/helm/ordering-backgroundtasks/values.yaml
  25. +5
    -4
      k8s/helm/payment-api/templates/deployment.yaml
  26. +2
    -1
      k8s/helm/payment-api/values.yaml
  27. +5
    -4
      k8s/helm/webshoppingagg/templates/deployment.yaml
  28. +2
    -1
      k8s/helm/webshoppingagg/values.yaml

+ 5
- 4
k8s/helm/apigwmm/templates/deployment.yaml View File

@ -42,8 +42,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -52,8 +52,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/apigwmm/values.yaml View File

@ -58,6 +58,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/apigwms/templates/deployment.yaml View File

@ -42,8 +42,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -52,8 +52,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/apigwms/values.yaml View File

@ -58,6 +58,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/apigwwm/templates/deployment.yaml View File

@ -42,8 +42,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -52,8 +52,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/apigwwm/values.yaml View File

@ -58,6 +58,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/apigwws/templates/deployment.yaml View File

@ -41,8 +41,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -51,8 +51,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/apigwws/values.yaml View File

@ -58,6 +58,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/basket-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/basket-api/values.yaml View File

@ -49,6 +49,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/catalog-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/catalog-api/values.yaml View File

@ -52,7 +52,8 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/identity-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/identity-api/values.yaml View File

@ -69,6 +69,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/locations-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/locations-api/values.yaml View File

@ -60,6 +60,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/marketing-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/marketing-api/values.yaml View File

@ -64,6 +64,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/mobileshoppingagg/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/mobileshoppingagg/values.yaml View File

@ -72,6 +72,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/ordering-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/ordering-api/values.yaml View File

@ -58,6 +58,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/ordering-backgroundtasks/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/ordering-backgroundtasks/values.yaml View File

@ -64,6 +64,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/payment-api/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/payment-api/values.yaml View File

@ -50,6 +50,7 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

+ 5
- 4
k8s/helm/webshoppingagg/templates/deployment.yaml View File

@ -34,8 +34,8 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.liveness.port }} port: {{ .Values.probes.liveness.port }}
path: {{ .Values.probes.liveness.path }} 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 -}}
{{- end -}} {{- end -}}
{{- if .Values.probes -}} {{- if .Values.probes -}}
@ -44,8 +44,9 @@ spec:
httpGet: httpGet:
port: {{ .Values.probes.readiness.port }} port: {{ .Values.probes.readiness.port }}
path: {{ .Values.probes.readiness.path }} 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 -}}
{{- end }} {{- end }}
image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}" image: "{{ template "fqdn-image" . }}:{{ .Values.image.tag }}"


+ 2
- 1
k8s/helm/webshoppingagg/values.yaml View File

@ -72,7 +72,8 @@ probes:
port: 80 port: 80
readiness: readiness:
path: /hc path: /hc
timeoutSeconds: 5
initialDelaySeconds: 90 initialDelaySeconds: 90
periodSeconds: 15
periodSeconds: 60
port: 80 port: 80

Loading…
Cancel
Save