diff --git a/service/murano-api.yaml b/service/murano-api.yaml index 1bf3e51..134314c 100644 --- a/service/murano-api.yaml +++ b/service/murano-api.yaml @@ -6,7 +6,11 @@ service: containers: - name: murano-api image: murano-api - # TODO(sreshetniak): add probes + probes: + readiness: + type: "httpGet" + port: {{ murano.api_port.cont }} + path: "/" pre: - name: murano-db-create type: single