Added RabbitMQ to the platform

This commit is contained in:
Arvind Prabhakar 2026-06-22 22:47:29 +00:00
commit eea5a056fe
9 changed files with 186 additions and 0 deletions

6
charts/plane/Chart.yaml Normal file
View file

@ -0,0 +1,6 @@
apiVersion: v2
name: plane-wrapper
description: Symcrest wrapper chart for Plane routing
type: application
version: 0.1.0
appVersion: "0.28.0"

View file

@ -0,0 +1,2 @@
# Plane official Helm chart values
# We will adjust these after inspecting the chart defaults.

View file

@ -0,0 +1,13 @@
plane:
basePath: /internal/dev/plane
route:
name: plane
namespace: plane
gatewayName: public-gateway
gatewayNamespace: apps
hostnames:
- symcrest.com
- www.symcrest.com
serviceName: plane-web
servicePort: 80