86 lines
1.6 KiB
YAML
86 lines
1.6 KiB
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.39.0
|
|
pullPolicy: IfNotPresent
|
|
imagePullSecrets: []
|
|
|
|
certs:
|
|
issuer:
|
|
create: true
|
|
name: ""
|
|
certificate:
|
|
create: true
|
|
namespace: ""
|
|
secretName: ""
|
|
|
|
webhooks:
|
|
mutatingWebhook:
|
|
create: true
|
|
validatingWebhook:
|
|
create: true
|
|
service:
|
|
annotations: {}
|
|
create: true
|
|
name: ""
|
|
|
|
jaeger:
|
|
# Specifies whether Jaeger instance should be created
|
|
create: false
|
|
# namespace where Jaeger resource should be created default to .Release.Namespace
|
|
namespace:
|
|
spec: {}
|
|
|
|
rbac:
|
|
# Specifies whether RBAC resources should be created
|
|
create: true
|
|
pspEnabled: false
|
|
clusterRole: false
|
|
|
|
service:
|
|
type: ClusterIP
|
|
# Specify a specific node port when type is NodePort
|
|
# nodePort: 32500
|
|
# Annotations for service
|
|
annotations: {}
|
|
|
|
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:
|
|
# Annotations for serviceAccount
|
|
annotations: {}
|
|
|
|
# Specifies extra environment variables passed to the operator:
|
|
extraEnv: []
|
|
# Specifies log-level for the operator:
|
|
# - name: LOG-LEVEL
|
|
# value: debug
|
|
|
|
extraLabels: {}
|
|
# Specifies extra labels for the operator deployment:
|
|
# foo: bar
|
|
|
|
resources: {}
|
|
# limits:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
# requests:
|
|
# cpu: 100m
|
|
# memory: 128Mi
|
|
|
|
nodeSelector: {}
|
|
|
|
tolerations: []
|
|
|
|
affinity: {}
|
|
|
|
securityContext: {}
|
|
|
|
priorityClassName:
|