You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
301 B
Plaintext
12 lines
301 B
Plaintext
3 years ago
|
{
|
||
|
kind: "ConfigMap",
|
||
|
apiVersion: "v1",
|
||
|
metadata: {
|
||
|
name: "rabbitmq-config"
|
||
|
},
|
||
|
data: {
|
||
|
"enabled_plugins": importstr "etc/rabbitmq/enabled_plugins",
|
||
|
"rabbitmq.conf": importstr "etc/rabbitmq/rabbitmq.conf",
|
||
|
"rmq_schema.json": importstr "etc/rabbitmq/rmq_schema.json"
|
||
|
}
|
||
|
}
|