No introduction found. Create it?
Install with:
helm repo add coder https://helm.coder.com/v2/
helm install coder coder/coder -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
coder | samip5/k8s-cluster | 103 | 2.13.1 | 4 months ago |
See the most popular values for this chart:
Key | Types |
---|---|
coder.env[].name (8) CODER_PG_CONNECTION_URL | string |
coder.env[].value (8) https://coder.${SECRET_DOMAIN} | string |
coder.env[].valueFrom.secretKeyRef.key (6) CODER_PG_CONNECTION_URL | string |
coder.env[].valueFrom.secretKeyRef.name (6) coder-secret | string |
coder.ingress.className (7) external | string |
boolean | |
coder.ingress.host (7) coder.${SECRET_DOMAIN} | string |
coder.ingress.annotations."external-dns.alpha.kubernetes.io/target" (5) external.${SECRET_DOMAIN} | string |
coder.ingress.annotations."nginx.ingress.kubernetes.io/configuration-snippet" (2) proxy_set_header Upgrade $http_upgrade;
proxy_set_header Connection upgrade;
| string |
string | |
coder.ingress.wildcardHost (2) *.coder.hsn.dev | string |
boolean | |
coder.ingress.tls.secretName (1) coder-tls | string |
coder.ingress.tls.wildcardSecretName (1) coder-wild-tls | string |
string | |
coder.initContainers[].image (5) ghcr.io/onedr0p/postgres-init:16.4 | string |
coder.initContainers[].name (5) 01-init-db | string |
coder.initContainers[].imagePullPolicy (2) IfNotPresent | string |
string | |
string | |
coder.service.type (2) ClusterIP | string |
coder.envFrom[].secretRef.name (1) coder-secret | string |
string | |
boolean | |
string |