-
Notifications
You must be signed in to change notification settings - Fork 0
/
values.yaml
25 lines (17 loc) · 949 Bytes
/
values.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
deployment:
replicas: 1
config:
greeting: 'Hello World.'
# design: mqtt-producer
design: mqtt-processor
# must be one of: grpc, mqtt-producer, mqtt-processor, amqp, rust
feature:
# - servicemesh
# - observability
# - observabilityClusterMonitoring
# - mqtt-producer-instance # (special for deployment of the amq artemis instance as well)
healthChecksDisabled: true # current bug: producer says quote topic on broker is down.
rhacsDisabled: false # set this to true if you do not have rhacs installed and did not run the RHACS-generate-ci-api-token.yaml in the root directory
pipelineDisabled: true
# amqBrokerInstanceNameOverride: # default: ex-aao
# imageOverride: # Something like image-registry.openshift-image-registry.svc:5000/$(context.pipelineRun.namespace)/{{ include "app.fullname" . }}:$(params.appversion) or quay.io/modzelewski/octo-happiness-{{ .Values.design }}/{{ include "app.fullname" . }}:$(params.appversion)