Changed RabbitMQ to a statfulset

This commit is contained in:
2026-03-05 09:22:04 +01:00
parent 2fb49f18d0
commit 6294747308
4 changed files with 37 additions and 42 deletions

View File

@@ -4,6 +4,8 @@ metadata:
name: rabbitmq
namespace: app-notifications
spec:
selector:
app: rabbitmq
ports:
- port: 5672
targetPort: 5672
@@ -13,6 +15,4 @@ spec:
targetPort: 15672
protocol: TCP
name: management
selector:
app: rabbitmq
type: ClusterIP
clusterIP: None