Added RabbitMQ to the platform
This commit is contained in:
parent
f220e86357
commit
eea5a056fe
9 changed files with 186 additions and 0 deletions
6
charts/plane/Chart.yaml
Normal file
6
charts/plane/Chart.yaml
Normal 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"
|
||||
2
charts/plane/upstream-values.yaml
Normal file
2
charts/plane/upstream-values.yaml
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
# Plane official Helm chart values
|
||||
# We will adjust these after inspecting the chart defaults.
|
||||
|
|
@ -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
|
||||
Loading…
Add table
Add a link
Reference in a new issue