Skip to content

Commit 6eb36c7

Browse files
Fix tag on Kubernetes doc #101
2 parents 4dba989 + 1c22d1d commit 6eb36c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

self-hosting/methods/kubernetes.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -303,13 +303,13 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
303303
| | `FILE_SIZE_LIMIT` | Yes | Limit for file uploads in your system | `5MB` |
304304
| app_env_existingSecret | `SECRET_KEY` | Yes | Random secret key | `60gp0byfz2dvffa45cxl20p1scy9xbpf6d8c5y0geejgkyp1b5` |
305305
| | `REDIS_URL` | Yes | Redis URL | `redis://plane-redis.plane-ns.svc.cluster.local:6379/` |
306-
| | `DATABASE_URL` | Yes | PostgreSQL connection URL | **k8s service example**: `postgresql://plane:[email protected]:5432/plane` <br> <br>**external service example**: `postgresql://username:password@your-db-host:5432/plane` |
307-
| | `AMQP_URL` | Yes | RabbitMQ connection URL | **k8s service example**: `amqp://plane:[email protected]:5672/` <br> <br> **external service example**: `amqp://username:password@your-rabbitmq-host:5672/` |
306+
| | `DATABASE_URL` | Yes | PostgreSQL connection URL | **k8s service example**: `postgresql://plane:[email protected]:5432/plane` <br/> <br/>**external service example**: `postgresql://username:password@your-db-host:5432/plane` |
307+
| | `AMQP_URL` | Yes | RabbitMQ connection URL | **k8s service example**: `amqp://plane:[email protected]:5672/` <br/> <br/> **external service example**: `amqp://username:password@your-rabbitmq-host:5672/` |
308308
| live_env_existingSecret | `REDIS_URL` | Yes | Redis URL | `redis://plane-redis.plane-ns.svc.cluster.local:6379/` |
309309
| silo_env_existingSecret | `SILO_HMAC_SECRET_KEY` | Yes | Silo HMAC secret Key | `<random-32-bit-string>`|
310310
| | `REDIS_URL` | Yes | Redis URL | `redis://plane-redis.plane-ns.svc.cluster.local:6379/` |
311-
| | `DATABASE_URL` | Yes | PostgreSQL connection URL | **k8s service example**: `postgresql://plane:[email protected]:5432/plane` <br> <br>**external service example**: `postgresql://username:password@your-db-host:5432/plane`|
312-
| | `AMQP_URL` | Yes | RabbitMQ connection URL | **k8s service example**: `amqp://plane:[email protected]:5672/` <br> <br> **external service example**: `amqp://username:password@your-rabbitmq-host:5672/` |
311+
| | `DATABASE_URL` | Yes | PostgreSQL connection URL | **k8s service example**: `postgresql://plane:[email protected]:5432/plane` <br/> <br/>**external service example**: `postgresql://username:password@your-db-host:5432/plane`|
312+
| | `AMQP_URL` | Yes | RabbitMQ connection URL | **k8s service example**: `amqp://plane:[email protected]:5672/` <br/> <br/> **external service example**: `amqp://username:password@your-rabbitmq-host:5672/` |
313313
| | `GITHUB_APP_NAME` | required if `services.silo.connectors.github.enabled` is `true` | GitHub app name | `your_github_app_name`|
314314
| | `GITHUB_APP_ID` | required if `services.silo.connectors.github.enabled` is `true` | GitHub app ID | `your_github_app_id`|
315315
| | `GITHUB_CLIENT_ID` | required if `services.silo.connectors.github.enabled` is `true` | GitHub client ID | `your_github_client_id`|

0 commit comments

Comments
 (0)