Skip to content

Commit a0dac69

Browse files
committed
Add Chart README.md
1 parent 3493646 commit a0dac69

File tree

3 files changed

+56
-0
lines changed

3 files changed

+56
-0
lines changed

charts/redis-operator/README.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
# redis-operator
2+
3+
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
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+
43.6 KB
Binary file not shown.
79.9 KB
Binary file not shown.

0 commit comments

Comments
 (0)