Exposing (Service type: LoadBalancer) the RabbitmqCluster IP #617
-
How to expose and change the service type (from ClusterIP to LoadBalancer) on RabbitmqCluster yaml file? This is the link of the yaml file that I used, After I created the pod, I looked at kubectl logs and describe pod command. I also tried adding Service yaml file and still doesn't work
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
I figured it out. This is the source code. apiVersion: rabbitmq.com/v1beta1 |
Beta Was this translation helpful? Give feedback.
I figured it out. This is the source code.
apiVersion: rabbitmq.com/v1beta1
kind: RabbitmqCluster
metadata:
name: rabbitmqcluster-sample
spec:
service:
type: LoadBalancer