wso2 / kubernetes-apim

Kubernetes and Helm resources for WSO2 API Manager
Apache License 2.0
113 stars 216 forks source link

Fix Readiness Probe #614

Open PasanT9 opened 1 month ago

PasanT9 commented 1 month ago

Description: We need to fix the Readiness Probe in all-in-one setup and GWs to following.

readinessProbe:
  httpGet:
    path: /api/am/gateway/v2/server-startup-healthcheck
    port: 9443
    scheme: HTTPS