|
| 1 | +# redis-operator |
| 2 | + |
| 3 | +   |
| 4 | + |
| 5 | +A Helm chart for redis operator |
| 6 | + |
| 7 | +**Homepage:** <https://github.com/jaehanbyun/redis-operator> |
| 8 | + |
| 9 | +## Source Code |
| 10 | + |
| 11 | +* <https://github.com/jaehanbyun/redis-operator> |
| 12 | + |
| 13 | +## Requirements |
| 14 | + |
| 15 | +| Repository | Name | Version | |
| 16 | +|------------|------|---------| |
| 17 | +| https://grafana.github.io/helm-charts | grafana | 8.5.* | |
| 18 | +| https://prometheus-community.github.io/helm-charts | prometheus | 25.29.* | |
| 19 | + |
| 20 | +## Values |
| 21 | + |
| 22 | +| Key | Type | Default | Description | |
| 23 | +|-----|------|---------|-------------| |
| 24 | +| grafana.adminPassword | string | `"prom-operator"` | | |
| 25 | +| grafana.enabled | bool | `true` | | |
| 26 | +| grafana.sidecar.dashboards.enabled | bool | `true` | | |
| 27 | +| grafana.sidecar.datasources.enabled | bool | `true` | | |
| 28 | +| prometheus.alertmanager | object | `{}` | | |
| 29 | +| prometheus.enabled | bool | `true` | | |
| 30 | +| prometheus.kube-state-metrics.enabled | bool | `false` | | |
| 31 | +| prometheus.prometheus-node-exporter.enabled | bool | `false` | | |
| 32 | +| prometheus.prometheus-pushgateway.enabled | bool | `false` | | |
| 33 | +| prometheus.server.global.evaluation_interval | string | `"30s"` | | |
| 34 | +| prometheus.server.global.scrape_interval | string | `"5s"` | | |
| 35 | +| prometheus.server.global.scrape_timeout | string | `"5s"` | | |
| 36 | +| redisOperator.affinity | object | `{}` | | |
| 37 | +| redisOperator.imageName | string | `"awbrg789/redis-operator"` | | |
| 38 | +| redisOperator.imagePullPolicy | string | `"Always"` | | |
| 39 | +| redisOperator.imagePullSecrets | list | `[]` | | |
| 40 | +| redisOperator.imageTag | string | `""` | | |
| 41 | +| redisOperator.maxConcurrentReconciles | int | `5` | | |
| 42 | +| redisOperator.name | string | `"redis-operator"` | | |
| 43 | +| redisOperator.nodeSelector | object | `{}` | | |
| 44 | +| redisOperator.podAnnotations | object | `{}` | | |
| 45 | +| redisOperator.podLabels | object | `{}` | | |
| 46 | +| redisOperator.podSecurityContext | string | `nil` | | |
| 47 | +| redisOperator.reconcileInterval | string | `""` | | |
| 48 | +| redisOperator.replicaCount | int | `1` | | |
| 49 | +| redisOperator.resources.limits.cpu | string | `"500m"` | | |
| 50 | +| redisOperator.resources.limits.memory | string | `"500Mi"` | | |
| 51 | +| redisOperator.resources.requests.cpu | string | `"500m"` | | |
| 52 | +| redisOperator.resources.requests.memory | string | `"500Mi"` | | |
| 53 | +| redisOperator.securityContext | string | `nil` | | |
| 54 | +| redisOperator.service.type | string | `"ClusterIP"` | | |
| 55 | +| redisOperator.tolerations | list | `[]` | | |
| 56 | + |
0 commit comments