mirror of
https://github.com/bjw-s-labs/helm-charts.git
synced 2025-07-03 08:37:03 +02:00
feat(common)!: Release v3.0.0-beta2 (#280)
This commit is contained in:
parent
23ae8131da
commit
21e751bc16
51 changed files with 419 additions and 368 deletions
|
@ -43,6 +43,7 @@ spec:
|
|||
# -- Configures service settings for the chart.
|
||||
service:
|
||||
main:
|
||||
controller: main
|
||||
ports:
|
||||
http:
|
||||
port: &port 80
|
||||
|
@ -73,47 +74,47 @@ spec:
|
|||
name: main
|
||||
port: websocket
|
||||
|
||||
route:
|
||||
# -- Enable and configure route settings for the chart under this key.
|
||||
main:
|
||||
enabled: true
|
||||
parentRefs:
|
||||
- name: gateway
|
||||
namespace: gateway-namespace
|
||||
sectionName: gateway-section
|
||||
hostnames:
|
||||
- chart-example.local
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /notifications/hub/negotiate
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /notifications/hub
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *websocket-port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
route:
|
||||
# -- Enable and configure route settings for the chart under this key.
|
||||
main:
|
||||
enabled: true
|
||||
parentRefs:
|
||||
- name: gateway
|
||||
namespace: gateway-namespace
|
||||
sectionName: gateway-section
|
||||
hostnames:
|
||||
- chart-example.local
|
||||
rules:
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /notifications/hub/negotiate
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
- matches:
|
||||
- path:
|
||||
type: PathPrefix
|
||||
value: /notifications/hub
|
||||
backendRefs:
|
||||
- kind: Service
|
||||
port: *websocket-port
|
||||
name: *app
|
||||
namespace: default
|
||||
weight: 1
|
||||
|
||||
# -- Configure persistence settings for the chart under this key.
|
||||
persistence:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue