Adds taiga app.

This commit is contained in:
2026-06-19 21:33:26 +00:00
parent 1d57e26dae
commit a2852dab0a
22 changed files with 1015 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: taiga-rabbitmq
namespace: {{ .namespace }}
spec:
selector:
component: rabbitmq
ports:
- name: amqp
port: 5672
targetPort: 5672