A Helm chart for Kubernetes
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| app.command[0] | string | "/app/echo-server" |
|
| app.config.test_env | string | "This is test value" |
|
| app.name | string | "my-app-name" |
|
| app.port | int | 3000 |
|
| app.secrets | bool | false |
|
| app.volumeMounts | list | [] |
|
| components[0] | string | "test1" |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "wang/alpine-go-echo-server" |
|
| image.tag | string | "latest" |
|
| imagePullSecrets | list | [] |
|
| ingress.annotations | object | {} |
|
| ingress.enabled | bool | false |
|
| ingress.hosts[0].host | string | "chart-example.local" |
|
| ingress.hosts[0].paths | list | [] |
|
| ingress.tls | list | [] |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podSecurityContext | object | {} |
|
| replicaCount | int | 1 |
|
| resources | object | {} |
|
| securityContext | object | {} |
|
| service.enabled | bool | true |
|
| service.port | int | 80 |
|
| service.type | string | "ClusterIP" |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | nil |
|
| sidecar.command[0] | string | "/app/echo-server" |
|
| sidecar.enabled | bool | false |
|
| sidecar.image.pullPolicy | string | "IfNotPresent" |
|
| sidecar.image.repository | string | "wang/alpine-go-echo-server" |
|
| sidecar.image.tag | float | 0.1 |
|
| sidecar.name | string | "my-app-name-sidecar" |
|
| sidecar.port | int | 3001 |
|
| sidecar.resources.limits.cpu | string | "100m" |
|
| sidecar.resources.limits.memory | string | "128Mi" |
|
| sidecar.volumeMounts | list | [] |
|
| tolerations | list | [] |
|
| volumes | list | [] |
Autogenerated from chart metadata using helm-docs v1.9.1