mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-10 02:47:38 -02:30
Add Rabbitmq
This commit is contained in:
9
apps.yml
9
apps.yml
@@ -6,9 +6,12 @@
|
|||||||
|
|
||||||
# Databases
|
# Databases
|
||||||
- { role: apps/k8s-postgres, tags: 'postgres' }
|
- { role: apps/k8s-postgres, tags: 'postgres' }
|
||||||
- { role: apps/k8s-elasticsearch, tags: 'es' }
|
- { role: apps/k8s-elasticsearch, tags: 'elasticsearch' }
|
||||||
- { role: apps/k8s-memcached, tags: 'es' }
|
- { role: apps/k8s-memcached, tags: 'memcached' }
|
||||||
- { role: apps/k8s-redis, tags: 'es' }
|
- { role: apps/k8s-redis, tags: 'redis' }
|
||||||
|
|
||||||
|
# Msg Broker
|
||||||
|
- { role: apps/k8s-rabbitmq, tags: 'rabbitmq' }
|
||||||
|
|
||||||
# Monitoring
|
# Monitoring
|
||||||
- { role: apps/k8s-influxdb, tags: 'influxdb'}
|
- { role: apps/k8s-influxdb, tags: 'influxdb'}
|
||||||
|
|||||||
Reference in New Issue
Block a user