Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 0 additions & 8 deletions mintlify/get-started/self-host/deploy-with-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
8 changes: 1 addition & 7 deletions mintlify/get-started/self-host/deploy-with-kubernetes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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

<Note>

Expand Down
2 changes: 0 additions & 2 deletions mintlify/get-started/self-host/production-setup.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down