feat: Gateway API support, in lieu of Ingress

This commit is contained in:
2026-07-04 11:46:37 -04:00
parent 0bdf8c789d
commit d3c493c65d
4 changed files with 110 additions and 0 deletions
+1
View File
@@ -1,3 +1,4 @@
{{- include "gitea.validate-ingress-gateway-conflict" . }}
{{- if .Values.ingress.enabled -}}
{{- $fullName := include "gitea.fullname" . -}}
{{- $httpPort := .Values.service.http.port -}}