mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
* make compatible with helm3 Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com> * add crds.yaml Signed-off-by: Taehyun Kim <kgyoo8232@gmail.com>
45 lines
851 B
YAML
45 lines
851 B
YAML
# Default values for jaeger-operator.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
image:
|
|
repository: jaegertracing/jaeger-operator
|
|
tag: 1.15.1
|
|
pullPolicy: IfNotPresent
|
|
|
|
crd:
|
|
install: true
|
|
|
|
jaeger:
|
|
# Specifies whether Jaeger instance should be created
|
|
create: false
|
|
spec: {}
|
|
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
pspEnabled: false
|
|
clusterRole: false
|
|
|
|
serviceAccount:
|
|
# Specifies whether a ServiceAccount should be created
|
|
create: true
|
|
# The name of the ServiceAccount to use.
|
|
# If not set and create is true, a name is generated using the fullname template
|
|
name:
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
securityContext: {}
|