Skip to content

Commit 245ed63

Browse files
committed
fix: readme changes for rabbitmq
1 parent ac22b9e commit 245ed63

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

charts/plane-ce/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Meet Plane. An open-source software development tool to manage issu
55

66
type: application
77

8-
version: 1.0.25
8+
version: 1.0.26
99
appVersion: "0.23.0"
1010

1111
home: https://plane.so

charts/plane-ce/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
--set planeVersion=stable \
2828
--set ingress.appHost="plane.example.com" \
2929
--set ingress.minioHost="plane-minio.example.com" \
30-
--set ingress.rabbitmqHost="plane-rabbitmq.example.com" \
30+
--set ingress.rabbitmqHost="plane-mq.example.com" \
3131
--set ingress.ingressClass=nginx \
3232
--set postgres.storageClass=longhorn \
3333
--set redis.storageClass=longhorn \
@@ -214,6 +214,7 @@
214214
| ingress.enabled | true | | Ingress setup in kubernetes is a common practice to expose application to the intended audience. Set it to `false` if you are using external ingress providers like `Cloudflare` |
215215
| ingress.appHost | 'plane.example.com' | Yes | The fully-qualified domain name (FQDN) in the format `sudomain.domain.tld` or `domain.tld` that the license is bound to. It is also attached to your `ingress` host to access Plane. |
216216
| ingress.minioHost | 'plane-minio.example.com' | | Based on above configuration, if you want to expose the `minio` web console to set of users, use this key to set the `host` mapping or leave it as `EMPTY` to not expose interface. |
217+
| ingress.rabbitmqHost | 'plane-mq.example.com' | | Based on above configuration, if you want to expose the `rabbitmq` web console to set of users, use this key to set the `host` mapping or leave it as `EMPTY` to not expose interface. |
217218
| ingress.ingressClass | 'nginx' | Yes | Kubernetes cluster setup comes with various options of `ingressClass`. Based on your setup, set this value to the right one (eg. nginx, traefik, etc). Leave it to default in case you are using external ingress provider.|
218219
| ingress.ingress_annotations | `{ "nginx.ingress.kubernetes.io/proxy-body-size": "5m" }` | | Ingress controllers comes with various configuration options which can be passed as annotations. Setting this value lets you change the default value to user required. |
219220
| 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`|

0 commit comments

Comments
 (0)