From ac7ac79463eac83bf164087ab90bd8b96ab73252 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Wed, 23 Apr 2025 16:00:30 -0700 Subject: [PATCH] add to nav bar --- docs/mint.json | 3 ++- .../reference-architectures/google-cloud-run.mdx | 12 +++--------- 2 files changed, 5 insertions(+), 10 deletions(-) diff --git a/docs/mint.json b/docs/mint.json index ee07fb048..58e480451 100644 --- a/docs/mint.json +++ b/docs/mint.json @@ -329,7 +329,8 @@ "pages": [ "self-hosting/reference-architectures/aws-ecs", "self-hosting/reference-architectures/linux-deployment-ha", - "self-hosting/reference-architectures/on-prem-k8s-ha" + "self-hosting/reference-architectures/on-prem-k8s-ha", + "self-hosting/reference-architectures/google-cloud-run" ] }, "self-hosting/ee", diff --git a/docs/self-hosting/reference-architectures/google-cloud-run.mdx b/docs/self-hosting/reference-architectures/google-cloud-run.mdx index 6cf200959..36fa1de24 100644 --- a/docs/self-hosting/reference-architectures/google-cloud-run.mdx +++ b/docs/self-hosting/reference-architectures/google-cloud-run.mdx @@ -9,11 +9,11 @@ It is intended to provide a scalable, secure, and production-ready baseline for ## Core Components -- **Cloud Run:** Infisical backend and frontend services are containerized and deployed as fully managed Cloud Run services. +- **Cloud Run:** Infisical service is containerized and deployed as fully managed Cloud Run services. - **Cloud SQL:** Infisical uses Postgres as its persistence layer. As such, Cloud SQL for PostgreSQL is used. -- **MemoryStore for Redis:** To enhance performance, Infisical requires Redis. +- **MemoryStore for Redis:** To schedule jobs, process audit logs and cache performance, Infisical requires Redis. ## Securing Infisical's root credential @@ -111,10 +111,4 @@ This architecture leverages Google Cloud's managed services to achieve high avai Once the container is running, verify the installation by opening your web browser and navigating to the Site URL. - - -## Summary - -Self-hosting Infisical on Google Cloud Run enables a highly scalable and secure deployment without managing infrastructure manually. - Using GCP-managed services like Cloud SQL and MemoryStore, combined with Cloud Run's serverless capabilities, organizations can quickly - deploy Infisical with minimal operational overhead while maintaining enterprise-grade security and performance. \ No newline at end of file + \ No newline at end of file