openshift artifactory ha updates to v7.4.1 and openshift xray v3.2.3 helm charts

This commit is contained in:
John Peterson
2020-04-24 15:53:22 -07:00
parent a286059593
commit f153948977
15 changed files with 483 additions and 19 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