2019-02-13 17:14:36 -05:00
|
|
|
# docker registry
|
2021-05-31 18:09:33 +02:00
|
|
|
registry: quay.io
|
2019-02-13 17:14:36 -05:00
|
|
|
|
|
|
|
|
# The image pull policy
|
2018-08-03 04:18:31 -04:00
|
|
|
imagePullPolicy: Always
|
|
|
|
|
|
2020-08-30 19:10:09 +02:00
|
|
|
# Secrets with credentials to pull images from a private registry
|
|
|
|
|
imagePullSecrets: []
|
|
|
|
|
# - name: argo-pull-secret
|
|
|
|
|
|
2019-02-13 17:14:36 -05:00
|
|
|
# ServiceAccount to use for running controller.
|
|
|
|
|
serviceAccount: argo-events-sa
|
2020-01-30 03:20:02 +01:00
|
|
|
|
2021-05-26 23:27:12 +02:00
|
|
|
# serviceAccountAnnotations can be used to enable GKE workload identity, or other use-cases
|
|
|
|
|
serviceAccountAnnotations: {}
|
|
|
|
|
|
2019-05-03 13:13:54 -04:00
|
|
|
# Create service accounts in additional namespaces specified
|
|
|
|
|
# The SA will always be created in the release namespaces
|
|
|
|
|
additionalSaNamespaces: []
|
|
|
|
|
# - argo-prod
|
2020-01-30 03:20:02 +01:00
|
|
|
additionalServiceAccountRules:
|
|
|
|
|
- apiGroups:
|
|
|
|
|
- apiextensions.k8s.io
|
|
|
|
|
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
|
2019-02-28 15:11:34 -07:00
|
|
|
# listen on all namespaces. Otherwise the controllers will listen
|
|
|
|
|
# on the namespace provided
|
2019-02-13 17:14:36 -05:00
|
|
|
namespace: argo-events
|
2019-02-28 15:11:34 -07:00
|
|
|
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
|
2021-05-31 18:09:33 +02:00
|
|
|
image: argoproj/sensor-controller
|
2021-05-09 15:55:53 -04:00
|
|
|
tag: v1.3.1
|
2018-08-03 04:18:31 -04:00
|
|
|
replicaCount: 1
|
2021-08-07 23:43:28 +01:00
|
|
|
extraEnv: []
|
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
|
# value: "true"
|
2021-05-31 18:09:33 +02:00
|
|
|
sensorImage: argoproj/sensor
|
2021-04-21 02:35:38 -07:00
|
|
|
podAnnotations: {}
|
2021-02-23 02:19:13 -05:00
|
|
|
nodeSelector: {}
|
2021-04-26 15:35:41 +03:00
|
|
|
podLabels: {}
|
|
|
|
|
priorityClassName: ""
|
|
|
|
|
tolerations: []
|
2021-02-23 02:19:13 -05:00
|
|
|
affinity: {}
|
2021-05-26 16:13:14 -05:00
|
|
|
resources: {}
|
2018-08-03 04:18:31 -04:00
|
|
|
|
2020-07-24 18:28:01 -04:00
|
|
|
eventsourceController:
|
|
|
|
|
name: eventsource-controller
|
2021-05-31 18:09:33 +02:00
|
|
|
image: argoproj/eventsource-controller
|
2021-05-09 15:55:53 -04:00
|
|
|
tag: v1.3.1
|
2019-02-13 17:14:36 -05:00
|
|
|
replicaCount: 1
|
2021-08-07 23:43:28 +01:00
|
|
|
extraEnv: []
|
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
|
# value: "true"
|
2021-05-31 18:09:33 +02:00
|
|
|
eventsourceImage: argoproj/eventsource
|
2021-04-21 02:35:38 -07:00
|
|
|
podAnnotations: {}
|
2021-02-23 02:19:13 -05:00
|
|
|
nodeSelector: {}
|
2021-04-26 15:35:41 +03:00
|
|
|
podLabels: {}
|
|
|
|
|
priorityClassName: ""
|
|
|
|
|
tolerations: []
|
2021-02-23 02:19:13 -05:00
|
|
|
affinity: {}
|
2021-05-26 16:13:14 -05:00
|
|
|
resources: {}
|
2020-07-24 18:28:01 -04:00
|
|
|
|
|
|
|
|
eventbusController:
|
|
|
|
|
name: eventbus-controller
|
2021-05-31 18:09:33 +02:00
|
|
|
image: argoproj/eventbus-controller
|
2021-05-09 15:55:53 -04:00
|
|
|
tag: v1.3.1
|
2020-07-24 18:28:01 -04:00
|
|
|
replicaCount: 1
|
2021-08-07 23:43:28 +01:00
|
|
|
extraEnv: []
|
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
|
# value: "true"
|
2021-04-21 02:35:38 -07:00
|
|
|
podAnnotations: {}
|
2021-02-23 02:19:13 -05:00
|
|
|
nodeSelector: {}
|
2021-04-26 15:35:41 +03:00
|
|
|
podLabels: {}
|
|
|
|
|
priorityClassName: ""
|
|
|
|
|
tolerations: []
|
2021-02-23 02:19:13 -05:00
|
|
|
affinity: {}
|
2021-05-26 16:13:14 -05:00
|
|
|
resources: {}
|
2020-07-24 18:28:01 -04:00
|
|
|
natsStreamingImage: nats-streaming:0.17.0
|
|
|
|
|
natsMetricsExporterImage: synadia/prometheus-nats-exporter:0.6.2
|
2021-02-23 02:19:13 -05:00
|
|
|
|
|
|
|
|
securityContext:
|
|
|
|
|
runAsNonRoot: true
|
|
|
|
|
runAsUser: 9731
|