mirror of
https://github.com/ZwareBear/JFrog-Cloud-Installers.git
synced 2026-01-21 00:06:55 -06:00
Openshift pipelines working w/ bitnami rabbitmq need to refactor to jfrog rabbitmq
This commit is contained in:
@@ -19,8 +19,8 @@ helm upgrade --install pipelines . \
|
||||
--set pipelines.pipelines.joinKey=$JOIN_KEY \
|
||||
--set pipelines.pipelines.accessControlAllowOrigins_0=http://openshiftartifactoryha-nginx \
|
||||
--set pipelines.pipelines.accessControlAllowOrigins_1=http://openshiftartifactoryha-nginx \
|
||||
--set pipelines.pipelines.msg.uiUser=guest \
|
||||
--set pipelines.pipelines.msg.uiUserPassword=guest \
|
||||
--set pipelines.pipelines.msg.uiUser=monitor \
|
||||
--set pipelines.pipelines.msg.uiUserPassword=monitor \
|
||||
--set pipelines.postgresql.enabled=false \
|
||||
--set pipelines.global.postgresql.host=postgres-postgresql \
|
||||
--set pipelines.global.postgresql.port=5432 \
|
||||
@@ -28,8 +28,8 @@ helm upgrade --install pipelines . \
|
||||
--set pipelines.global.postgresql.user=artifactory \
|
||||
--set pipelines.global.postgresql.password=password \
|
||||
--set pipelines.global.postgresql.ssl=false \
|
||||
--set pipelines.rabbitmq.rabbitmq.username=monitor \
|
||||
--set pipelines.rabbitmq.rabbitmq.password=monitor \
|
||||
--set pipelines.rabbitmq.rabbitmq.username=user \
|
||||
--set pipelines.rabbitmq.rabbitmq.password=bitnami \
|
||||
--set pipelines.rabbitmq.externalUrl=amqps://pipelines-rabbit.jfrog.tech \
|
||||
--set pipelines.pipelines.api.externalUrl=http://pipelines-api.jfrog.tech \
|
||||
--set pipelines.pipelines.www.externalUrl=http://pipelines-www.jfrog.tech
|
||||
|
||||
@@ -866,10 +866,15 @@ pipelines:
|
||||
enabled: true
|
||||
protocol: amqps
|
||||
replicas: 1
|
||||
image:
|
||||
registry: registry.connect.redhat.com
|
||||
repository: jfrog/xray-rabbitmq
|
||||
tag: 3.8.6
|
||||
|
||||
#image:
|
||||
# registry: registry.connect.redhat.com
|
||||
# repository: jfrog/xray-rabbitmq
|
||||
# tag: 3.8.6
|
||||
#image:
|
||||
# registry: quay.io
|
||||
# repository: jfrog/rabbitmq
|
||||
# tag: 3.8.3
|
||||
|
||||
rabbitmq:
|
||||
username: admin
|
||||
|
||||
Reference in New Issue
Block a user