argocd-helm/charts/argo-events/values.yaml

67 lines
1.5 KiB
YAML
Raw Normal View History

2019-02-13 17:14:36 -05:00
# docker registry
2018-08-03 04:18:31 -04:00
registry: argoproj
2019-02-13 17:14:36 -05:00
# The image pull policy
2018-08-03 04:18:31 -04:00
imagePullPolicy: Always
# Secrets with credentials to pull images from a private registry
imagePullSecrets: []
# - name: argo-pull-secret
2019-10-22 14:37:58 -06:00
# If set to false, skip installing the CRDs. Requires user to have them installed prior to helm chart installation.
installCRD: true
2019-02-13 17:14:36 -05:00
# ServiceAccount to use for running controller.
serviceAccount: argo-events-sa
# Create service accounts in additional namespaces specified
# The SA will always be created in the release namespaces
additionalSaNamespaces: []
# - argo-prod
additionalServiceAccountRules:
- apiGroups:
- apiextensions.k8s.io
- apiextensions.k8s.io/v1beta1
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
resources:
- customresourcedefinitions
2019-02-13 17:14:36 -05:00
instanceID: argo-events
2018-08-03 04:18:31 -04:00
2019-10-22 14:37:58 -06:00
# set `singleNamespace` to false to have the controllers
# listen on all namespaces. Otherwise the controllers will listen
# on the namespace provided
2019-02-13 17:14:36 -05:00
namespace: argo-events
singleNamespace: true
2018-08-03 04:18:31 -04:00
2019-02-13 17:14:36 -05:00
# sensor controller
sensorController:
2018-08-03 04:18:31 -04:00
name: sensor-controller
image: sensor-controller
tag: v1.0.0
2018-08-03 04:18:31 -04:00
replicaCount: 1
2020-07-24 18:28:01 -04:00
sensorImage: sensor
2018-08-03 04:18:31 -04:00
2020-07-24 18:28:01 -04:00
eventsourceController:
name: eventsource-controller
image: eventsource-controller
tag: v1.0.0
2019-02-13 17:14:36 -05:00
replicaCount: 1
2020-07-24 18:28:01 -04:00
eventsourceImage: eventsource
eventbusController:
name: eventbus-controller
image: eventbus-controller
tag: v1.0.0
2020-07-24 18:28:01 -04:00
replicaCount: 1
natsStreamingImage: nats-streaming:0.17.0
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2