diff --git a/service/horizon.yaml b/service/horizon.yaml index 932454a..9c0e82b 100644 --- a/service/horizon.yaml +++ b/service/horizon.yaml @@ -6,10 +6,10 @@ service: - name: horizon image: horizon probes: - readiness: "true" - liveness: - command: "true" - type: "exec" + readiness: + type: "httpGet" + port: {{ horizon.port.cont }} + path: "/" volumes: - name: horizon-logs path: "/var/log/ccp/horizon"