mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-20 22:06:55 -06:00
27 lines
365 B
YAML
27 lines
365 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: rabbitmq-lb
|
|
labels:
|
|
app: rabbitmq
|
|
spec:
|
|
selector:
|
|
app: rabbitmq
|
|
ports:
|
|
- name: port1
|
|
protocol: TCP
|
|
port: 4369
|
|
targetPort: 4369
|
|
- name: port3
|
|
protocol: TCP
|
|
port: 5672
|
|
targetPort: 5672
|
|
- name: port4
|
|
protocol: TCP
|
|
port: 25672
|
|
targetPort: 25672
|
|
type: ClusterIP
|
|
|
|
|
|
|