Merge pull request #1941 from aclerici38/fix-routes

This commit is contained in:
Ben McClelland
2026-03-06 22:23:04 -08:00
committed by GitHub
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ apiVersion: v2
name: versitygw
description: A Helm chart for deploying the Versity S3 Gateway on Kubernetes
type: application
version: 0.2.0
version: 0.2.1
sources:
- https://github.com/versity/versitygw
icon: https://raw.githubusercontent.com/versity/versitygw/main/webui/web/assets/images/Versity-logo-blue-horizontal.png
+2 -2
View File
@@ -25,8 +25,8 @@ spec:
port: {{ .backendPort | default $.Values.gateway.port }}
{{- end }}
{{- end }}
{{- if and .Values.admin.enabled .Values.admin.httpRoute.enabled }}
---
{{- if and .Values.admin.enabled .Values.admin.httpRoute.enabled -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata:
@@ -53,8 +53,8 @@ spec:
port: {{ $.Values.admin.port }}
{{- end }}
{{- end }}
{{- if and .Values.webui.enabled .Values.webui.httpRoute.enabled }}
---
{{- if and .Values.webui.enabled .Values.webui.httpRoute.enabled -}}
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
metadata: