File tree Expand file tree Collapse file tree 1 file changed +39
-0
lines changed
helm-charts/simplejson-proxy Expand file tree Collapse file tree 1 file changed +39
-0
lines changed Original file line number Diff line number Diff line change 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 | ` [] ` | |
You can’t perform that action at this time.
0 commit comments