feat: 补充 MongoDB 配置和 RabbitMQ 集群部署

This commit is contained in:
chengcheng
2026-07-13 16:52:09 +08:00
parent 821ffe9e70
commit 13048672a9
8 changed files with 266 additions and 13 deletions
+13
View File
@@ -0,0 +1,13 @@
apiVersion: policy/v1
kind: PodDisruptionBudget
metadata:
name: easyai-rabbitmq
namespace: easyai
labels:
app.kubernetes.io/name: easyai-rabbitmq
app.kubernetes.io/part-of: easyai
spec:
maxUnavailable: 1
selector:
matchLabels:
app.kubernetes.io/name: easyai-rabbitmq