Skip to content

Commit 6afe1af

Browse files
committed
minor fixes
1 parent 48e9f67 commit 6afe1af

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

self-hosting/methods/kubernetes.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
357357
| plane.example.com | `/auth/*` | `<http://plane-app-api.plane:8000>` |
358358
| plane.example.com | `/uploads/*` | `<http://plane-app-minio.plane:9000>` |
359359
| plane-minio.example.com | `/` | `<http://plane-app-minio.plane:9090>` |
360-
| plane-mq.example.com | / | <http://plane-app-rabbitmq.plane:15672> | (Optional) if using local setup, this will enable management console access |
360+
| plane-mq.example.com | `/` | `<http://plane-app-rabbitmq.plane:15672>` | (Optional) if using local setup, this will enable management console access |
361361

362362
<Accordion title="Install Community Edition ">
363363
The Commercial edition comes with a free plan and the flexibility to upgrade to a paid plan at any point. If you still want to install the Community edition, follow the steps below:
@@ -622,8 +622,8 @@ If you want to upgrade to a paid plan, see [Plan upgrades](https://docs.plane.so
622622
| ssl.createIssuer | false | | Kubernets cluster setup supports creating `issuer` type resource. After deployment, this is step towards creating secure access to the ingress url. Issuer is required for you generate SSL certifiate. Kubernetes can be configured to use any of the certificate authority to generate SSL (depending on CertManager configuration). Set it to `true` to create the issuer. Applicable only when `ingress.enabled=true`|
623623
| ssl.issuer | http | | CertManager configuration allows user to create issuers using `http` or any of the other DNS Providers like `cloudflare`, `digitalocean`, etc. As of now Plane supports `http`, `cloudflare`, `digitalocean`|
624624
| ssl.token | | | To create issuers using DNS challenge, set the issuer api token of dns provider like cloudflare` or `digitalocean`(not required for http) |
625-
| ssl.server | <https://acme-v02.api.letsencrypt.org/directory> | | Issuer creation configuration need the certificate generation authority server url. Default URL is the `Let's Encrypt` server|
626-
| ssl.email | <[email protected]> | | Certificate generation authority needs a valid email id before generating certificate. Required when `ssl.createIssuer=true` |
625+
| ssl.server | `<https://acme-v02.api.letsencrypt.org/directory>` | | Issuer creation configuration need the certificate generation authority server url. Default URL is the `Let's Encrypt` server|
626+
| ssl.email | `<[email protected]>` | | Certificate generation authority needs a valid email id before generating certificate. Required when `ssl.createIssuer=true` |
627627
| ssl.generateCerts | false | | After creating the issuers, user can still not create the certificate untill sure of configuration. Setting this to `true` will try to generate SSL certificate and associate with ingress. Applicable only when `ingress.enabled=true` and `ssl.createIssuer=true` |
628628
| ssl.tls_secret_name | | | If you have a custom TLS secret name, set this to the name of the secret. Applicable only when `ingress.enabled=true` and `ssl.createIssuer=false` |
629629

0 commit comments

Comments
 (0)