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

94 lines
2.1 KiB
YAML
Raw Permalink Normal View History

2019-02-13 22:14:36 +00:00
# docker registry
2018-08-03 08:18:31 +00:00
registry: argoproj
2019-02-13 22:14:36 +00:00
# The image pull policy
2018-08-03 08:18:31 +00:00
imagePullPolicy: Always
# Secrets with credentials to pull images from a private registry
imagePullSecrets: []
# - name: argo-pull-secret
2019-10-22 20:37:58 +00: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 22:14:36 +00:00
# ServiceAccount to use for running controller.
serviceAccount: argo-events-sa
# serviceAccountAnnotations can be used to enable GKE workload identity, or other use-cases
serviceAccountAnnotations: {}
# 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
verbs:
- create
- delete
- deletecollection
- get
- list
- patch
- update
- watch
resources:
- customresourcedefinitions
2019-02-13 22:14:36 +00:00
instanceID: argo-events
2018-08-03 08:18:31 +00:00
2019-10-22 20:37:58 +00: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 22:14:36 +00:00
namespace: argo-events
singleNamespace: true
2018-08-03 08:18:31 +00:00
2019-02-13 22:14:36 +00:00
# sensor controller
sensorController:
2018-08-03 08:18:31 +00:00
name: sensor-controller
image: sensor-controller
tag: v1.3.1
2018-08-03 08:18:31 +00:00
replicaCount: 1
2020-07-24 22:28:01 +00:00
sensorImage: sensor
podAnnotations: {}
nodeSelector: {}
podLabels: {}
priorityClassName: ""
tolerations: []
affinity: {}
resources: {}
2018-08-03 08:18:31 +00:00
2020-07-24 22:28:01 +00:00
eventsourceController:
name: eventsource-controller
image: eventsource-controller
tag: v1.3.1
2019-02-13 22:14:36 +00:00
replicaCount: 1
2020-07-24 22:28:01 +00:00
eventsourceImage: eventsource
podAnnotations: {}
nodeSelector: {}
podLabels: {}
priorityClassName: ""
tolerations: []
affinity: {}
resources: {}
2020-07-24 22:28:01 +00:00
eventbusController:
name: eventbus-controller
image: eventbus-controller
tag: v1.3.1
2020-07-24 22:28:01 +00:00
replicaCount: 1
podAnnotations: {}
nodeSelector: {}
podLabels: {}
priorityClassName: ""
tolerations: []
affinity: {}
resources: {}
2020-07-24 22:28:01 +00:00
natsStreamingImage: nats-streaming:0.17.0
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2
securityContext:
runAsNonRoot: true
runAsUser: 9731