Skip to content

opendcim/helm-chart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

75 Commits
 
 
 
 
 
 

Repository files navigation

opendcim

Version: 0.1.0 Type: application AppVersion: 23.01

A Helm chart for Kubernetes

Homepage: https://github.com/opendcim/openDCIM

Chart Maintainers

Name Email Url
Diogo Murta diogomurta@gmail.com https://github.com/diogomurta/openDCIM

Values

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

Releases

No releases published

Packages

No packages published

Languages