blob: f6d7d6de1aeec8ec2d7cdd913ab30fb5c23defc2 [file] [log] [blame]
Mohammed Nasere04accd2023-01-15 20:07:27 -05001# Default values for pxc-operator.
2# This is a YAML-formatted file.
3# Declare variables to be passed into your templates.
4
5replicaCount: 1
6
7operatorImageRepository: percona/percona-xtradb-cluster-operator
8imagePullPolicy: IfNotPresent
9image: ""
10
11# set if you want to specify a namespace to watch
12# defaults to `.Release.namespace` if left blank
13# watchNamespace:
14
15# set if operator should be deployed in cluster wide mode. defaults to false
16watchAllNamespaces: false
17
18# set if you want to use a different operator name
19# defaults to `percona-xtradb-cluster-operator`
20# operatorName:
21
Mohammed Nasere04accd2023-01-15 20:07:27 -050022imagePullSecrets: []
23nameOverride: ""
24fullnameOverride: ""
25
26resources:
27 # We usually recommend not to specify default resources and to leave this as a conscious
28 # choice for the user. This also increases chances charts run on environments with little
29 # resources, such as Minikube. If you don't want to specify resources, comment the following
30 # lines and add the curly braces after 'resources:'.
31 limits:
32 cpu: 200m
33 memory: 500Mi
34 requests:
35 cpu: 100m
36 memory: 20Mi
37
38nodeSelector: {}
39
40tolerations: []
41
42affinity: {}
okozachenko1203b7c2d322023-07-05 11:09:15 +000043
44logStructured: false
45logLevel: "INFO"
46disableTelemetry: false