Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
Signed-off-by: raihankhan <[email protected]>
  • Loading branch information
raihankhan committed Sep 10, 2024
1 parent 07ca8c8 commit e0a0ec1
Show file tree
Hide file tree
Showing 60 changed files with 1,972 additions and 9,094 deletions.
17 changes: 17 additions & 0 deletions docs/examples/rabbitmq/cluster/rabbit-custom-config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
apiVersion: kubedb.com/v1alpha2
kind: RabbitMQ
metadata:
name: rm-cluster
namespace: demo
spec:
version: "3.13.2"
storageType: Durable
storage:
storageClassName: "standard"
accessModes:
- ReadWriteOnce
resources:
requests:
storage: 1Gi
configSecret:
name: rabbit-custom-config
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
apiVersion: ops.kubedb.com/v1alpha1
kind: RabbitMQOpsRequest
metadata:
name: reconfigure-rm-cluster
namespace: demo
spec:
type: Reconfigure
databaseRef:
name: rm-cluster
configuration:
configSecret:
name: new-custom-config
timeout: 5m
apply: IfReady
15 changes: 15 additions & 0 deletions docs/examples/rabbitmq/opsrequests/rabbitmq-reconfigure-apply.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
apiVersion: ops.kubedb.com/v1alpha1
kind: RabbitMQOpsRequest
metadata:
name: reconfigure-apply
namespace: demo
spec:
type: Reconfigure
databaseRef:
name: rm-cluster
configuration:
applyConfig:
rabbitmq.conf: |
default_vhost = /newvhost
timeout: 5m
apply: IfReady
2 changes: 1 addition & 1 deletion docs/examples/rabbitmq/quickstart/quickstart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: rm-quickstart
namespace: demo
spec:
version: "3.12.12"
version: "3.13.2"
replicas: 3
storage:
accessModes:
Expand Down
4 changes: 2 additions & 2 deletions docs/guides/rabbitmq/autoscaler/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Autoscaling
menu:
docs_{{ .version }}:
identifier: mg-auto-scaling
identifier: rm-autoscaling
name: Autoscaling
parent: mg-RabbitMQ-guides
parent: rm-guides
weight: 46
menu_name: docs_{{ .version }}
---
4 changes: 2 additions & 2 deletions docs/guides/rabbitmq/autoscaler/compute/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
title: Compute Autoscaling
menu:
docs_{{ .version }}:
identifier: mg-compute-auto-scaling
identifier: rm-autoscaling-compute
name: Compute Autoscaling
parent: mg-auto-scaling
parent: rm-autoscaling
weight: 46
menu_name: docs_{{ .version }}
---
Loading

0 comments on commit e0a0ec1

Please sign in to comment.