From d8a781af1f470311ea1a62905a6be361abf42949 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Fri, 5 May 2023 16:06:28 -0400 Subject: [PATCH] remove health check --- docs/self-hosting/overview.mdx | 4 ++-- render.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/self-hosting/overview.mdx b/docs/self-hosting/overview.mdx index 1c8ffdd78..6454b8a5a 100644 --- a/docs/self-hosting/overview.mdx +++ b/docs/self-hosting/overview.mdx @@ -23,10 +23,10 @@ Choose from a variety of deployment options listed below to get started. Use our one click installer to deploy Infisical - + Install Infisical using our Docker Compose template - + Use the fully packaged, single docker image Infisical to deploy anywhere \ No newline at end of file diff --git a/render.yaml b/render.yaml index ef7614d3a..8dde73c8f 100644 --- a/render.yaml +++ b/render.yaml @@ -4,7 +4,7 @@ services: env: docker dockerfilePath: ./Dockerfile.standalone-infisical autoDeploy: false - healthCheckPath: /api/status + # healthCheckPath: /api/status repo: https://github.com/Infisical/infisical.git envVars: - key: ENCRYPTION_KEY