No introduction found. Create it?
Install with:
helm repo add forgejo oci://code.forgejo.org/forgejo-helm/
helm install forgejo forgejo/forgejo -f values.yaml
See examples from other people.
Name | Repo | Stars | Version | Timestamp |
---|---|---|---|---|
forgejo | angelnu/k8s-gitops | 164 | 11.0.3 | 25 days ago |
See the most popular values for this chart:
Key | Types |
---|---|
string | |
string | |
gitea.config.database.HOST (1) forgejo-db-zalando-postgres-cluster-postgres:5432 | string |
string | |
gitea.config.database.USER (1) postgres | string |
boolean | |
boolean | |
gitea.config.openid.WHITELISTED_URIS (2) identity.18b.haus | string |
number | |
number | |
boolean | |
gitea.config.server.ROOT_URL (2) https://git.ewatkins.dev | string |
gitea.config.server.SSH_DOMAIN (1) git-ssh.18b.haus | string |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
gitea.config.APP_NAME (3) Forgejo | string |
string | |
gitea.config.cache.HOST (3) redis://dragonfly.database.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s | string |
boolean | |
boolean | |
gitea.config.mailer.FROM (3) forgejo@${CLUSTER_DOMAIN} | string |
gitea.config.mailer.SMTP_ADDR (3) ${CLUSTER_MAIL_SERVER} | string |
gitea.config.mailer.SMTP_PORT (3) ${CLUSTER_MAIL_SERVER_PORT} | string, number |
string | |
string | |
string | |
gitea.config.migrations.ALLOWED_DOMAINS (3) *.ewatkins.dev | string |
string | |
boolean | |
boolean | |
gitea.config.oauth2.USERNAME (3) nickname | string |
gitea.config.oauth2.OPENID_CONNECT_SCOPES (2) openid email groups | string |
gitea.config.queue.CONN_STR (3) redis://dragonfly.database.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s | string |
string | |
string | |
string | |
gitea.config.session.PROVIDER_CONFIG (3) redis://dragonfly.database.svc.cluster.local:6379/0?pool_size=100&idle_timeout=180s | string |
string | |
gitea.config.storage.MINIO_ENDPOINT (3) s3.ewatkins.dev:443 | string |
boolean | |
string | |
boolean | |
string | |
gitea.config.security.existingSecret (2) forgejo-security | string |
string | |
gitea.config.ui.DEFAULT_THEME (2) gitea-dark | string |
boolean | |
string | |
gitea.admin.existingSecret (3) forgejo-admin-secret | string |
gitea.admin.email (1) forgejo@${CLUSTER_DOMAIN} | string |
gitea.admin.username (1) forgejo-admin | string |
boolean | |
boolean | |
string | |
gitea.oauth[].autoDiscoverUrl (2) https://identity.18b.haus/application/o/forgejo/.well-known/openid-configuration | string |
gitea.oauth[].existingSecret (2) forgejo-oauth-secret | string |
string | |
gitea.oauth[].iconUrl (2) https://raw.githubusercontent.com/homarr-labs/dashboard-icons/main/png/authentik.png | string |
gitea.oauth[].name (2) Authentik | string |
gitea.oauth[].provider (2) openidConnect | string |
gitea.oauth[].scopes (2) openid profile email | string |
boolean | |
ingress.hosts[].host (4) git.${CLUSTER_DOMAIN} | string |
string | |
string | |
string | |
string | |
string | |
ingress.annotations."nginx.ingress.kubernetes.io/server-snippet" (2) # Do not expose metrics to the outside.
location = /metrics {
return 404;
}
| string |
string | |
ingress.annotations."external-dns.alpha.kubernetes.io/target" (1) internal.ewatkins.dev | string |
string | |
string | |
string | |
string | |
string | |
string | |
ingress.annotations."hajimari.io/icon" (1) simple-icons:forgejo | string |
ingress.annotations."hajimari.io/info" (1) Home Source Repository | string |
string | |
ingress.className (3) internal | string |
ingress.tls[].hosts[] (2) - git.${CLUSTER_DOMAIN} | string |
persistence.claimName (4) forgejo-config-pvc | string |
boolean | |
boolean | |
boolean | |
boolean | |
boolean | |
number | |
string | |
service.ssh.annotations."io.cilium/lb-ipam-ips" (1) 192.168.40.249 | string |
string | |
service.ssh.annotations."metallb.universe.tf/loadBalancerIPs" (1) ${CLUSTER_EXTERNAL_SUBNET_PREFIX}.${CLUSTER_LB_FORGEJO} | string |
service.ssh.type (2) LoadBalancer | string |
number | |
deployment.annotations."secret.reloader.stakater.com/reload" (3) forgejo-admin-secret,forgejo-mailer,forgejo-security,forgejo-db-init | string |
strategy.type (3) Recreate | string |