Skip to content

Commit 0c878ad

Browse files
chore: add README
1 parent 5cc65a8 commit 0c878ad

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed
Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
# simplejson-proxy
2+
3+
![Version: 0.0.1](https://img.shields.io/badge/Version-0.0.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.0.1](https://img.shields.io/badge/AppVersion-0.0.1-informational?style=flat-square)
4+
5+
A Helm chart for the SimpleJson Proxies
6+
7+
**Homepage:** <https://github.com/devopsmakers/grafana-simplejson-proxy-plugins/tree/main/helm-charts/simplejson-proxy>
8+
9+
## Installation
10+
```
11+
helm repo add devopsmakers https://devopsmakers.github.io/charts/
12+
helm install simplejson-proxy devopsmakers/simplejson-proxy
13+
```
14+
15+
## Maintainers
16+
17+
| Name | Email | Url |
18+
| ---- | ------ | --- |
19+
| Tim Birkett | | |
20+
21+
## Source Code
22+
23+
* <https://devopsmakers/grafana-simplejson-proxy-plugins/>
24+
25+
## Values
26+
27+
| Key | Type | Default | Description |
28+
|-----|------|---------|-------------|
29+
| affinity | object | `{}` | |
30+
| env | list | `[]` | |
31+
| fullnameOverride | string | `"ical-simplejson-proxy"` | |
32+
| image.repository | string | `"ghcr.io/devopsmakers/ical-simplejson-proxy"` | |
33+
| image.tag | string | `""` | |
34+
| imagePullSecrets | list | `[]` | |
35+
| nameOverride | string | `"ical-simplejson-proxy"` | |
36+
| nodeSelector | object | `{}` | |
37+
| replicaCount | int | `1` | |
38+
| resources | object | `{}` | |
39+
| tolerations | list | `[]` | |

0 commit comments

Comments
 (0)