A Helm chart for Kubernetes
Homepage: https://github.com/opendcim/openDCIM
| Name | Url | |
|---|---|---|
| Diogo Murta | diogomurta@gmail.com | https://github.com/diogomurta/openDCIM |
| Key | Type | Default | Description |
|---|---|---|---|
| affinity | object | {} |
|
| autoscaling.enabled | bool | false |
|
| autoscaling.maxReplicas | int | 100 |
|
| autoscaling.minReplicas | int | 1 |
|
| autoscaling.targetCPUUtilizationPercentage | int | 80 |
|
| env.normal.OPENDCIM_AUTH | string | "LDAP" |
|
| env.normal.OPENDCIM_DB_HOST | string | "example.com" |
|
| env.normal.OPENDCIM_DB_NAME | string | "opendcim" |
|
| env.normal.OPENDCIM_DB_PORT | int | 3306 |
|
| env.normal.OPENDCIM_REDIS_ENABLE | bool | false |
|
| env.normal.TZ | string | "America/Sao_Paulo" |
|
| env.secret.OPENDCIM_DB_PASS | string | "db-secret" |
|
| env.secret.OPENDCIM_DB_USER | string | "db-secret" |
|
| fullnameOverride | string | "" |
|
| image.pullPolicy | string | "IfNotPresent" |
|
| image.repository | string | "opendcim/opendcim" |
|
| image.tag | string | "23.01" |
|
| 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 | {} |
|
| persistence.accessModes | string | "ReadWriteOnce" |
|
| persistence.enable | bool | true |
|
| persistence.storageClassName | string | "nfs" |
|
| persistence.storageSize | string | "5Gi" |
|
| 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 | "" |
|
| test.enable | bool | true |
|
| tolerations | list | [] |
Autogenerated from chart metadata using helm-docs v1.11.0