Artifactory 7.11.5 and Xray 3.12.0 Openshift Operators

This commit is contained in:
John Peterson
2020-12-02 20:00:14 -08:00
parent d5000ea319
commit 41e8065242
40 changed files with 1314 additions and 41 deletions

View File

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