añadido apolo

This commit is contained in:
2025-08-17 10:15:19 +02:00
parent 2a3067dc0b
commit 31a109fd5c
68 changed files with 2416 additions and 26 deletions

View File

@@ -0,0 +1,17 @@
apiVersion: v1
kind: Secret
metadata:
name: apolo-drone-secret
namespace: apolo
labels:
app.kubernetes.io/part-of: apolo
app.kubernetes.io/component: drone
type: Opaque
stringData:
# Equivalentes a tu drone.env (adaptados a K8s)
MESSENGER_USER: xrf_user
MESSENGER_PASSWORD: cDyj6e8ql6R0ZQHu
MESSENGER_SERVER: apolo-rabbitmq
MESSENGER_PORT: "5672"
# En docker-compose era %2f (vhost "/"). Aquí usamos tu vhost real:
MESSENGER_VHOST: xrf_vhost