Skip to content

Commit

Permalink
Update ipv6 example
Browse files Browse the repository at this point in the history
To make it consistent with other examples. It should not define a
namespace to avoid issues in CI

Signed-off-by: Aitor Perez Cedres <[email protected]>
  • Loading branch information
Zerpet committed Oct 18, 2023
1 parent 9e9c42a commit 3f746ec
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions docs/examples/ipv6/rabbitmq.yaml
Original file line number Diff line number Diff line change
@@ -1,22 +1,11 @@
---
apiVersion: v1
kind: Namespace
metadata:
name: rabbits
labels:
app: rabbitmq
---
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
name: rabbit-ipv6
namespace: rabbits
labels:
app: rabbitmq
spec:
resources:
requests: {}
limits: {}
rabbitmq:
erlangInetConfig: |
{inet6, true}.
Expand All @@ -25,6 +14,6 @@ spec:
RABBITMQ_CTL_ERL_ARGS="-proto_dist inet6_tcp"
additionalConfig: |
cluster_formation.k8s.host = kubernetes.default.svc.cluster.local
replicas: 3
replicas: 1
service:
ipFamilyPolicy: "PreferDualStack"

0 comments on commit 3f746ec

Please sign in to comment.