feat(infrastructure): add rabbitmq cluster

This commit is contained in:
2025-09-23 19:45:56 +02:00
parent 6c3f22a30d
commit af8965df31
5 changed files with 122 additions and 6 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: networking.cfargotunnel.com/v1alpha1
kind: TunnelBinding
metadata:
name: rabbit-tunnel-binding
namespace: rabbitmq
subjects:
- name: rabbit-gui
spec:
target: http://rabbitmq.rabbitmq.svc.cluster.local:15672
fqdn: rabbitmq.${base_domain}
noTlsVerify: true
tunnelRef:
kind: ClusterTunnel
name: cluster-tunnel