Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 1 | # Default values for pxc-operator. |
| 2 | # This is a YAML-formatted file. |
| 3 | # Declare variables to be passed into your templates. |
| 4 | |
| 5 | replicaCount: 1 |
| 6 | |
| 7 | operatorImageRepository: percona/percona-xtradb-cluster-operator |
| 8 | imagePullPolicy: IfNotPresent |
| 9 | image: "" |
| 10 | |
| 11 | # set if you want to specify a namespace to watch |
| 12 | # defaults to `.Release.namespace` if left blank |
Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 13 | # multiple namespaces can be specified and separated by comma |
Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 14 | # watchNamespace: |
Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 15 | # set if you want that watched namespaces are created by helm |
| 16 | # createNamespace: false |
Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 17 | |
| 18 | # set if operator should be deployed in cluster wide mode. defaults to false |
| 19 | watchAllNamespaces: false |
| 20 | |
Oleksandr K | 249d3db | 2023-12-06 16:35:23 +0100 | [diff] [blame] | 21 | # rbac: settings for deployer RBAC creation |
| 22 | rbac: |
| 23 | # rbac.create: if false RBAC resources should be in place |
| 24 | create: true |
| 25 | |
| 26 | # serviceAccount: settings for Service Accounts used by the deployer |
| 27 | serviceAccount: |
| 28 | # serviceAccount.create: Whether to create the Service Accounts or not |
| 29 | create: true |
| 30 | |
Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 31 | # set if you want to use a different operator name |
| 32 | # defaults to `percona-xtradb-cluster-operator` |
| 33 | # operatorName: |
| 34 | |
Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 35 | imagePullSecrets: [] |
| 36 | nameOverride: "" |
| 37 | fullnameOverride: "" |
| 38 | |
| 39 | resources: |
| 40 | # We usually recommend not to specify default resources and to leave this as a conscious |
| 41 | # choice for the user. This also increases chances charts run on environments with little |
| 42 | # resources, such as Minikube. If you don't want to specify resources, comment the following |
| 43 | # lines and add the curly braces after 'resources:'. |
| 44 | limits: |
| 45 | cpu: 200m |
| 46 | memory: 500Mi |
| 47 | requests: |
| 48 | cpu: 100m |
| 49 | memory: 20Mi |
| 50 | |
Oleksandr K | 249d3db | 2023-12-06 16:35:23 +0100 | [diff] [blame] | 51 | containerSecurityContext: {} |
| 52 | |
Mohammed Naser | e04accd | 2023-01-15 20:07:27 -0500 | [diff] [blame] | 53 | nodeSelector: {} |
| 54 | |
| 55 | tolerations: [] |
| 56 | |
| 57 | affinity: {} |
okozachenko1203 | b7c2d32 | 2023-07-05 11:09:15 +0000 | [diff] [blame] | 58 | |
Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 59 | podAnnotations: {} |
| 60 | |
okozachenko1203 | b7c2d32 | 2023-07-05 11:09:15 +0000 | [diff] [blame] | 61 | logStructured: false |
| 62 | logLevel: "INFO" |
| 63 | disableTelemetry: false |
Mohammed Naser | 65cda13 | 2024-05-02 14:34:08 -0400 | [diff] [blame] | 64 | |
| 65 | extraEnvVars: [] |
| 66 | # - name: http_proxy |
| 67 | # value: "example-proxy-http" |
| 68 | # - name: https_proxy |
| 69 | # value: "example-proxy-https" |