diff --git a/mintlify/get-started/self-host/deploy-with-docker.mdx b/mintlify/get-started/self-host/deploy-with-docker.mdx index d8360e935..43953ed61 100644 --- a/mintlify/get-started/self-host/deploy-with-docker.mdx +++ b/mintlify/get-started/self-host/deploy-with-docker.mdx @@ -10,14 +10,6 @@ import TerminalDockerRunVolume from '/snippets/install/terminal-docker-run-volum Bytebase is now accessible at http://localhost:8080. -## Production Setup - -For production deployments: - -1. Review [System Requirements](/get-started/self-host/production-setup#system-requirements) to ensure adequate resources. -2. Configure [External PostgreSQL](/get-started/self-host/external-postgres/) for production deployments. -3. Configure [HTTPS and WebSocket](/get-started/self-host/external-access) in your gateway (e.g., Nginx) for secure connections. -4. See the complete [Production Setup Guide](/get-started/self-host/production-setup/) for additional recommendations. ## Troubleshooting diff --git a/mintlify/get-started/self-host/deploy-with-kubernetes.mdx b/mintlify/get-started/self-host/deploy-with-kubernetes.mdx index ece421d13..8a6d1d7ab 100644 --- a/mintlify/get-started/self-host/deploy-with-kubernetes.mdx +++ b/mintlify/get-started/self-host/deploy-with-kubernetes.mdx @@ -2,14 +2,8 @@ title: Deploy with Kubernetes --- -## Prerequisites -1. Review [System Requirements](/get-started/self-host/production-setup#system-requirements) to ensure adequate resources. -2. Configure [External PostgreSQL](/get-started/self-host/external-postgres/) for production deployments. -3. Configure [External Access](/get-started/self-host/external-access) in your gateway or ingress for secure connections. -4. See the complete [Production Setup Guide](/get-started/self-host/production-setup/) for additional recommendations. - -## Deploy to Kubernetes +## Deployment diff --git a/mintlify/get-started/self-host/production-setup.mdx b/mintlify/get-started/self-host/production-setup.mdx index fbcc9104a..ae7e4d36d 100644 --- a/mintlify/get-started/self-host/production-setup.mdx +++ b/mintlify/get-started/self-host/production-setup.mdx @@ -26,8 +26,6 @@ Teams that frequently work with large SQL files may need more. ## Production Setup Checklist -### Essential Configuration - - Review system requirements (see above) - [Configure External PostgreSQL](/get-started/self-host/external-postgres/) - [Configure External Access](/get-started/self-host/external-access)