CAAPIM / apim-charts

Helm Charts for Layer7 API Management components.
MIT License
11 stars 48 forks source link

[DE562248] If Gateway readinessProbe checks for path /ssg/ping , then basic authentication is required as httpHeader #206

Open DamandeepToor opened 1 year ago

DamandeepToor commented 1 year ago

Description of the change

Adding Gateway Specific configuration for readinessProbe if changed to o service foo which is pre-installed via bundles.

Benefits By Default, Gateway readinessProbe points to /opt/docker/rc.d/diagnostic/health_check.sh , which ckecks container health not Gateway

updating readinessProbe to service foo will be able to check when Gateway is ready to accept the traffic

Drawbacks

Gateway takes more than 40 sec(initialDelaySeconds)  to be ready to accept traffic , which means readinessProbe check might fail few times before it gets first success

Applicable issues

Additional information

Checklist

Gazza7205 commented 1 year ago

@APIM-KiranVaddadi may have more context on what this change is for.