Openshift Xray Helm and relocated to helm or operator folder

This commit is contained in:
John Peterson
2020-10-01 17:20:12 -07:00
parent 36ab48f407
commit 2cc08a26b1
149 changed files with 133 additions and 101 deletions

View File

@@ -0,0 +1,26 @@
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