Add readiness probe initial delay to some charts
In some environments, the readiness probe for the cinder-api, glance-api and heat-api are failing, but the liveness probes are not. This change adds a initialDelaySeconds value to the readiness probes of these deployments. Change-Id: Id3859cee9a2827f9c1fda9dcdca0a23879eb45d4 Signed-off-by: Lucas de Ataides <lucas.deataidesbarreto@windriver.com>
This commit is contained in:
parent
fe4719d1c9
commit
6cebb49da6
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Cinder
|
||||
name: cinder
|
||||
version: 0.3.19
|
||||
version: 0.3.20
|
||||
home: https://docs.openstack.org/cinder/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Cinder/OpenStack_Project_Cinder_vertical.png
|
||||
sources:
|
||||
|
@ -100,6 +100,7 @@ spec:
|
||||
scheme: {{ tuple "volume" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
||||
path: /
|
||||
port: {{ tuple "volume" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
initialDelaySeconds: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
scheme: {{ tuple "volume" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
||||
|
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Glance
|
||||
name: glance
|
||||
version: 0.4.19
|
||||
version: 0.4.20
|
||||
home: https://docs.openstack.org/glance/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Glance/OpenStack_Project_Glance_vertical.png
|
||||
sources:
|
||||
|
@ -153,6 +153,7 @@ spec:
|
||||
readinessProbe:
|
||||
tcpSocket:
|
||||
port: {{ tuple "image" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
initialDelaySeconds: 30
|
||||
command:
|
||||
- /tmp/nginx.sh
|
||||
- start
|
||||
|
@ -14,7 +14,7 @@ apiVersion: v1
|
||||
appVersion: v1.0.0
|
||||
description: OpenStack-Helm Heat
|
||||
name: heat
|
||||
version: 0.3.11
|
||||
version: 0.3.12
|
||||
home: https://docs.openstack.org/heat/latest/
|
||||
icon: https://www.openstack.org/themes/openstack/images/project-mascots/Heat/OpenStack_Project_Heat_vertical.png
|
||||
sources:
|
||||
|
@ -85,6 +85,7 @@ spec:
|
||||
scheme: {{ tuple "orchestration" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
||||
path: /
|
||||
port: {{ tuple "orchestration" "service" "api" . | include "helm-toolkit.endpoints.endpoint_port_lookup" }}
|
||||
initialDelaySeconds: 30
|
||||
livenessProbe:
|
||||
httpGet:
|
||||
scheme: {{ tuple "orchestration" "service" "api" . | include "helm-toolkit.endpoints.keystone_endpoint_scheme_lookup" | upper }}
|
||||
|
@ -69,4 +69,5 @@ cinder:
|
||||
- 0.3.17 Use uWSGI for API service
|
||||
- 0.3.18 Enable custom annotations for Openstack pods
|
||||
- 0.3.19 Add 2024.1 overrides
|
||||
- 0.3.20 Add readiness probe initial delay
|
||||
...
|
||||
|
@ -53,4 +53,5 @@ glance:
|
||||
- 0.4.17 Update Ceph images to Jammy and Reef 18.2.1
|
||||
- 0.4.18 Enable custom annotations for Openstack pods
|
||||
- 0.4.19 Add 2024.1 overrides
|
||||
- 0.4.20 Add readiness probe initial delay
|
||||
...
|
||||
|
@ -37,4 +37,5 @@ heat:
|
||||
- 0.3.9 Uses uWSGI for API services
|
||||
- 0.3.10 Enable custom annotations for Openstack pods
|
||||
- 0.3.11 Add 2024.1 overrides
|
||||
- 0.3.12 Add readiness probe initial delay
|
||||
...
|
||||
|
Loading…
Reference in New Issue
Block a user