A Helm chart for Kubernetes
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| autoscaling.enabled | bool | false |
|
| autoscaling.maxReplicas | int | 100 |
|
| autoscaling.minReplicas | int | 1 |
|
| autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
| configMap | object | {} |
|
| deploymentStrategy | string | "RollingUpdate" |
|
| envFrom.configMapRef.name | string | "configmapname" |
|
| envFrom.secretRef.name | string | "secretname" |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "gcr.io/cloudrun/hello" |
|
| image.tag | string | "" |
|
| 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 | [] |
|
| livenessProbe.enabled | bool | false |
|
| livenessProbe.httpGet.path | string | "/" |
|
| livenessProbe.httpGet.port | string | "http" |
|
| livenessProbe.httpGet.scheme | string | "HTTP" |
|
| livenessProbe.initialDelaySeconds | int | 60 |
|
| livenessProbe.periodSeconds | int | 10 |
|
| livenessProbe.successThreshold | int | 1 |
|
| livenessProbe.timeoutSeconds | int | 10 |
|
| maxUnavailable | int | 1 |
|
| nameOverride | string | "" |
|
| nodeSelector | object | {} |
|
| podAnnotations | object | {} |
|
| podSecurityContext | object | {} |
|
| podSecurityPolicy.create | bool | false |
|
| podSecurityPolicy.name | string | "" |
|
| podSecurityPolicy.spec.fsGroup.rule | string | "RunAsAny" |
|
| podSecurityPolicy.spec.privileged | bool | true |
|
| podSecurityPolicy.spec.runAsUser.rule | string | "RunAsAny" |
|
| podSecurityPolicy.spec.seLinux.rule | string | "RunAsAny" |
|
| podSecurityPolicy.spec.supplementalGroups.rule | string | "RunAsAny" |
|
| podSecurityPolicy.spec.volumes[0] | string | "secret" |
|
| podSecurityPolicy.spec.volumes[1] | string | "configMap" |
|
| podSecurityPolicy.spec.volumes[2] | string | "persistentVolumeClaim" |
|
| podSecurityPolicy.spec.volumes[3] | string | "emptyDir" |
|
| readinessProbe.enabled | bool | false |
|
| readinessProbe.httpGet.path | string | "/" |
|
| readinessProbe.httpGet.port | string | "http" |
|
| readinessProbe.httpGet.scheme | string | "HTTP" |
|
| readinessProbe.initialDelaySeconds | int | 60 |
|
| readinessProbe.periodSeconds | int | 10 |
|
| readinessProbe.successThreshold | int | 1 |
|
| readinessProbe.timeoutSeconds | int | 10 |
|
| replicaCount | int | 3 |
|
| resources | object | {} |
|
| secret.enabled | bool | true |
|
| secret.password | string | "" |
|
| securityContext | object | {} |
|
| service.port | int | 8080 |
|
| service.type | string | "LoadBalancer" |
|
| serviceAccount.annotations | object | {} |
|
| serviceAccount.create | bool | true |
|
| serviceAccount.name | string | "" |
|
| tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0