From f5421dd332155a36b02c6659a0b786ff36bbcb3d Mon Sep 17 00:00:00 2001 From: William P Date: Sat, 4 Jul 2026 12:14:44 -0400 Subject: [PATCH] add new values to README --- README.md | 19 ++++++++++++++++--- values.yaml | 5 ++++- 2 files changed, 20 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 37f6354..0af4464 100644 --- a/README.md +++ b/README.md @@ -948,7 +948,7 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo | `global.imagePullSecrets` | global image pull secrets override; can be extended by `imagePullSecrets` | `[]` | | `global.storageClass` | global storage class override | `""` | | `global.hostAliases` | global hostAliases which will be added to the pod's hosts files | `[]` | -| `namespace` | An explicit namespace to deploy Gitea into. Defaults to the release namespace if not specified | `""` | +| `namespace` | An explicit namespace to deploy gitea into. Defaults to the release namespace if not specified | `""` | | `replicaCount` | number of replicas for the deployment | `1` | ### strategy @@ -1026,6 +1026,19 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo | `ingress.hosts[0].paths[0].path` | Default Ingress path | `/` | | `ingress.tls` | Ingress tls settings | `[]` | +### Gateway + +| Name | Description | Value | +| --------------------------------------------- | ---------------------------------------------------------------- | --------------------- | +| `gateway.httpRoute.enabled` | Enable HTTPRoute | `false` | +| `gateway.httpRoute.annotations` | HTTPRoute annotations | `{}` | +| `gateway.httpRoute.hostnames` | HTTPRoute hostnames | `["git.example.com"]` | +| `gateway.httpRoute.parentRefs[0].name` | HTTPRoute Gateway name | `traefik` | +| `gateway.httpRoute.parentRefs[0].sectionName` | HTTPRoute Gateway section name | `https` | +| `gateway.httpRoute.parentRefs[0].kind` | HTTPRoute Gateway kind | `Gateway` | +| `gateway.httpRoute.pathType` | HTTPRoute path match type (PathPrefix, Exact, RegularExpression) | `PathPrefix` | +| `gateway.httpRoute.paths[0].path` | Default HTTPRoute path | `/` | + ### deployment | Name | Description | Value | @@ -1070,8 +1083,8 @@ To comply with the Gitea helm chart definition of the digest parameter, a "custo | `persistence.subPath` | Subdirectory of the volume to mount at | `nil` | | `persistence.volumeName` | Name of persistent volume in PVC | `""` | | `extraContainers` | Additional sidecar containers to run in the pod | `[]` | -| `preExtraInitContainers` | Additional init containers to run in the pod before Gitea runs it owns init containers. | `[]` | -| `postExtraInitContainers` | Additional init containers to run in the pod after Gitea runs it owns init containers. | `[]` | +| `preExtraInitContainers` | Additional init containers to run in the pod before gitea runs it owns init containers. | `[]` | +| `postExtraInitContainers` | Additional init containers to run in the pod after gitea runs it owns init containers. | `[]` | | `extraVolumes` | Additional volumes to mount to the Gitea deployment | `[]` | | `extraContainerVolumeMounts` | Mounts that are only mapped into the Gitea runtime/main container, to e.g. override custom templates. | `[]` | | `extraInitVolumeMounts` | Mounts that are only mapped into the init-containers. Can be used for additional preconfiguration. | `[]` | diff --git a/values.yaml b/values.yaml index ff203c2..4f9560c 100644 --- a/values.yaml +++ b/values.yaml @@ -178,9 +178,12 @@ ingress: # - git.example.com ## @section Gateway +## @param gateway.httpRoute.enabled Enable HTTPRoute ## @param gateway.httpRoute.annotations HTTPRoute annotations ## @param gateway.httpRoute.hostnames HTTPRoute hostnames -## @param gateway.httpRoute.parentRefs HTTPRoute parentRefs +## @param gateway.httpRoute.parentRefs[0].name HTTPRoute Gateway name +## @param gateway.httpRoute.parentRefs[0].sectionName HTTPRoute Gateway section name +## @param gateway.httpRoute.parentRefs[0].kind HTTPRoute Gateway kind ## @param gateway.httpRoute.pathType HTTPRoute path match type (PathPrefix, Exact, RegularExpression) ## @param gateway.httpRoute.paths[0].path Default HTTPRoute path gateway: