https://github.com/paradeum-team/cid-utils-website-chart
cid-utils-website-chart
https://github.com/paradeum-team/cid-utils-website-chart
Last synced: 1 day ago
JSON representation
cid-utils-website-chart
- Host: GitHub
- URL: https://github.com/paradeum-team/cid-utils-website-chart
- Owner: paradeum-team
- Created: 2023-03-22T08:39:35.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-05T07:48:47.000Z (about 3 years ago)
- Last Synced: 2026-02-15T06:24:11.842Z (4 months ago)
- Language: Smarty
- Size: 11.7 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# cid-utils-website-chart
A Helm chart for Kubernetes
  
## Installing the Chart
### Add repository
```
helm repo add paradeum-team https://paradeum-team.github.io/helm-charts/
```
### Install chart
```
helm install my-ipfs-cluster-extend paradeum-team/ipfs-cluster-extend --version 0.1.2
```
## Values
| Key | Type | Default | Description |
|-----|------|---------|-------------|
| affinity | object | `{}` | |
| autoscaling.enabled | bool | `false` | |
| autoscaling.maxReplicas | int | `100` | |
| autoscaling.minReplicas | int | `1` | |
| autoscaling.targetCPUUtilizationPercentage | int | `80` | |
| envFrom | list | `[]` | |
| env[0].name | string | `"TITLE"` | |
| env[0].value | string | `"cid-utils-website"` | |
| extraVolumeMounts[0].mountPath | string | `"/etc/localtime"` | |
| extraVolumeMounts[0].name | string | `"localtime"` | |
| extraVolumeMounts[0].readOnly | bool | `true` | |
| extraVolumes[0].hostPath.path | string | `"/etc/localtime"` | |
| extraVolumes[0].name | string | `"localtime"` | |
| fullnameOverride | string | `""` | |
| image.pullPolicy | string | `"IfNotPresent"` | |
| image.repository | string | `"registry.solarfs.io/ipfs/cid-utils-website"` | |
| image.tag | string | `"v0.1.3"` | |
| imagePullSecrets | list | `[]` | |
| ingress.annotations | object | `{}` | |
| ingress.className | string | `""` | |
| ingress.enabled | bool | `false` | |
| ingress.hosts[0].host | string | `"chart-example.local"` | |
| ingress.hosts[0].paths[0].path | string | `"/"` | |
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
| ingress.tls | list | `[]` | |
| nameOverride | string | `""` | |
| nodeSelector | object | `{}` | |
| podAnnotations | object | `{}` | |
| podSecurityContext | object | `{}` | |
| replicaCount | int | `1` | |
| resources | object | `{}` | |
| securityContext | object | `{}` | |
| service.port | int | `80` | |
| service.type | string | `"ClusterIP"` | |
| serviceAccount.annotations | object | `{}` | |
| serviceAccount.create | bool | `true` | |
| serviceAccount.name | string | `""` | |
| tolerations | list | `[]` | |