2022-02-20 20:57:28 +00:00
|
|
|
# -- String to partially override "argo-events.fullname" template
|
|
|
|
nameOverride: ""
|
|
|
|
|
|
|
|
# -- String to fully override "argo-events.fullname" template
|
|
|
|
fullnameOverride: ""
|
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- docker registry
|
2021-05-31 16:09:33 +00:00
|
|
|
registry: quay.io
|
2019-02-13 22:14:36 +00:00
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- The image pull policy
|
2018-08-03 08:18:31 +00:00
|
|
|
imagePullPolicy: Always
|
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Secrets with credentials to pull images from a private registry
|
2020-08-30 17:10:09 +00:00
|
|
|
imagePullSecrets: []
|
|
|
|
# - name: argo-pull-secret
|
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- ServiceAccount to use for running controller.
|
2019-02-13 22:14:36 +00:00
|
|
|
serviceAccount: argo-events-sa
|
2020-01-30 02:20:02 +00:00
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Annotations applied to created service account. Can be used to enable GKE workload identity, or other use-cases
|
2021-05-26 21:27:12 +00:00
|
|
|
serviceAccountAnnotations: {}
|
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Create service accounts in additional namespaces specified
|
2019-05-03 17:13:54 +00:00
|
|
|
# The SA will always be created in the release namespaces
|
|
|
|
additionalSaNamespaces: []
|
|
|
|
# - argo-prod
|
2022-01-17 14:01:41 +00:00
|
|
|
|
|
|
|
# -- Additional rules
|
|
|
|
# @default -- (See [values.yaml])
|
2020-01-30 02:20:02 +00:00
|
|
|
additionalServiceAccountRules:
|
|
|
|
- apiGroups:
|
|
|
|
- apiextensions.k8s.io
|
|
|
|
verbs:
|
|
|
|
- create
|
|
|
|
- delete
|
|
|
|
- deletecollection
|
|
|
|
- get
|
|
|
|
- list
|
|
|
|
- patch
|
|
|
|
- update
|
|
|
|
- watch
|
|
|
|
resources:
|
|
|
|
- customresourcedefinitions
|
2019-02-13 22:14:36 +00:00
|
|
|
|
2022-02-20 20:57:28 +00:00
|
|
|
# -- Create clusterroles that extend existing clusterroles to interact with argo-events CRDs.
|
|
|
|
# Only applies for cluster-wide installation (`singleNamespace: true`)
|
|
|
|
createAggregateRoles: true
|
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Whether to run in namespaced scope.
|
|
|
|
# Set `singleNamespace` to false to have the controllers
|
2019-02-28 22:11:34 +00:00
|
|
|
# listen on all namespaces. Otherwise the controllers will listen
|
2022-01-17 14:01:41 +00:00
|
|
|
# on the namespace where the chart is installed in.
|
2019-02-28 22:11:34 +00:00
|
|
|
singleNamespace: true
|
2018-08-03 08:18:31 +00:00
|
|
|
|
2019-02-13 22:14:36 +00:00
|
|
|
# sensor controller
|
|
|
|
sensorController:
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Sensor controller name
|
2018-08-03 08:18:31 +00:00
|
|
|
name: sensor-controller
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Repository to use for the sensor controller
|
2021-10-27 15:13:40 +00:00
|
|
|
image: argoproj/argo-events
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Overrides the image tag
|
|
|
|
# @default -- `""` (default is the chart appVersion)
|
2021-10-27 15:13:40 +00:00
|
|
|
tag: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- The number of sensor controller pods to run
|
2018-08-03 08:18:31 +00:00
|
|
|
replicaCount: 1
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Additional environment variables to pass to sensor controller
|
2021-08-07 22:43:28 +00:00
|
|
|
extraEnv: []
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
# value: "true"
|
2022-01-17 14:01:41 +00:00
|
|
|
|
|
|
|
# -- Repository to use for the sensor image
|
2021-10-27 15:13:40 +00:00
|
|
|
sensorImage: argoproj/argo-events
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Annotations to be added to sensor controller pods
|
2021-04-21 09:35:38 +00:00
|
|
|
podAnnotations: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Node selector]
|
2021-02-23 07:19:13 +00:00
|
|
|
nodeSelector: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Labels to be added to sensor controller pods
|
2021-04-26 12:35:41 +00:00
|
|
|
podLabels: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Priority class for the sensor controller
|
2021-04-26 12:35:41 +00:00
|
|
|
priorityClassName: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Tolerations] for use with node taints
|
2021-04-26 12:35:41 +00:00
|
|
|
tolerations: []
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Assign custom [affinity] rules to the sensor controller
|
2021-02-23 07:19:13 +00:00
|
|
|
affinity: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Resource limits and requests for the sensor controller pods
|
2021-05-26 21:13:14 +00:00
|
|
|
resources: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Sensor controllers container-level security context
|
2022-01-10 19:55:34 +00:00
|
|
|
containerSecurityContext: {}
|
2018-08-03 08:18:31 +00:00
|
|
|
|
2020-07-24 22:28:01 +00:00
|
|
|
eventsourceController:
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Event source controller name
|
2020-07-24 22:28:01 +00:00
|
|
|
name: eventsource-controller
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Repository to use for the event source controller
|
2021-10-27 15:13:40 +00:00
|
|
|
image: argoproj/argo-events
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Overrides the image tag
|
|
|
|
# @default -- `""` (default is the chart appVersion)
|
2021-10-27 15:13:40 +00:00
|
|
|
tag: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- The number of event source controller pods to run
|
2019-02-13 22:14:36 +00:00
|
|
|
replicaCount: 1
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Additional environment variables to pass to event source controller
|
2021-08-07 22:43:28 +00:00
|
|
|
extraEnv: []
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
# value: "true"
|
2022-01-17 14:01:41 +00:00
|
|
|
|
|
|
|
# -- Repository to use for the event source image
|
2021-10-27 15:13:40 +00:00
|
|
|
eventsourceImage: argoproj/argo-events
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Annotations to be added to event source controller pods
|
2021-04-21 09:35:38 +00:00
|
|
|
podAnnotations: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Node selector]
|
2021-02-23 07:19:13 +00:00
|
|
|
nodeSelector: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Labels to be added to event source controller pods
|
2021-04-26 12:35:41 +00:00
|
|
|
podLabels: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Priority class for the event source controller
|
2021-04-26 12:35:41 +00:00
|
|
|
priorityClassName: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Tolerations] for use with node taints
|
2021-04-26 12:35:41 +00:00
|
|
|
tolerations: []
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Assign custom [affinity] rules to the event source controller
|
2021-02-23 07:19:13 +00:00
|
|
|
affinity: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Resource limits and requests for the event source controller pods
|
2021-05-26 21:13:14 +00:00
|
|
|
resources: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Event source controller container-level security context
|
2022-01-10 19:55:34 +00:00
|
|
|
containerSecurityContext: {}
|
2020-07-24 22:28:01 +00:00
|
|
|
|
|
|
|
eventbusController:
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Event bus controller name
|
2020-07-24 22:28:01 +00:00
|
|
|
name: eventbus-controller
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Repository to use for the event bus controller
|
2021-10-27 15:13:40 +00:00
|
|
|
image: argoproj/argo-events
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Overrides the image tag
|
|
|
|
# @default -- `""` (default is the chart appVersion)
|
2021-10-27 15:13:40 +00:00
|
|
|
tag: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- The number of event bus controller pods to run
|
2020-07-24 22:28:01 +00:00
|
|
|
replicaCount: 1
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Additional environment variables to pass to event bus controller
|
2021-08-07 22:43:28 +00:00
|
|
|
extraEnv: []
|
|
|
|
# - name: DEBUG_LOG
|
|
|
|
# value: "true"
|
2022-01-17 14:01:41 +00:00
|
|
|
|
|
|
|
# -- Annotations to be added to event bus controller pods
|
2021-04-21 09:35:38 +00:00
|
|
|
podAnnotations: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Node selector]
|
2021-02-23 07:19:13 +00:00
|
|
|
nodeSelector: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Labels to be added to event event bus controller pods
|
2021-04-26 12:35:41 +00:00
|
|
|
podLabels: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Priority class for the event bus controller
|
2021-04-26 12:35:41 +00:00
|
|
|
priorityClassName: ""
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- [Tolerations] for use with node taints
|
2021-04-26 12:35:41 +00:00
|
|
|
tolerations: []
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Assign custom [affinity] rules to the event bus controller
|
2021-02-23 07:19:13 +00:00
|
|
|
affinity: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Resource limits and requests for the event bus controller pods
|
2021-05-26 21:13:14 +00:00
|
|
|
resources: {}
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- NATS streaming container image to use for the event bus
|
2021-10-27 15:13:40 +00:00
|
|
|
natsStreamingImage: nats-streaming:0.22.1
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- NATS metrics exporter container image to use for the event bus
|
2021-10-27 15:13:40 +00:00
|
|
|
natsMetricsExporterImage: natsio/prometheus-nats-exporter:0.8.0
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Event bus controller container-level security context
|
2022-01-10 19:55:34 +00:00
|
|
|
containerSecurityContext: {}
|
2021-02-23 07:19:13 +00:00
|
|
|
|
2022-01-17 14:01:41 +00:00
|
|
|
# -- Common PodSecurityContext for all controllers
|
2021-02-23 07:19:13 +00:00
|
|
|
securityContext:
|
|
|
|
runAsNonRoot: true
|
|
|
|
runAsUser: 9731
|