mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 15:06:57 -06:00
27 lines
368 B
YAML
27 lines
368 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: rabbitmq-lb
|
|
labels:
|
|
app: rabbitmq
|
|
spec:
|
|
selector:
|
|
app: rabbitmq
|
|
ports:
|
|
- name: epmd
|
|
protocol: TCP
|
|
port: 4369
|
|
targetPort: 4369
|
|
- name: ampq
|
|
protocol: TCP
|
|
port: 5672
|
|
targetPort: 5672
|
|
- name: management
|
|
protocol: TCP
|
|
port: 15672
|
|
targetPort: 25672
|
|
type: ClusterIP
|
|
|
|
|
|
|