add route and compose rabbit url
Some checks failed
Build and Publish / build-release (push) Has been cancelled

This commit is contained in:
2026-04-15 13:36:00 -05:00
parent 7164f07d3a
commit d98c219398
3 changed files with 19 additions and 53 deletions

View File

@@ -87,6 +87,25 @@ service:
protocol: HTTP
route:
main:
parentRefs:
- name: workload-dev-external-gateway
group: gateway.networking.k8s.io
kind: Gateway
sectionName: https-api
hostnames:
- dev.api.corredorconect.com
rules:
- matches:
- path:
type: PathPrefix
value: /policy
backendRefs:
- name: '{{ include "bjw-s.common.lib.chart.names.fullname" $ }}'
port: 8080
rawResources:
rabbitmq-user:
enabled: true