mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-24 13:16:28 +00:00
fix: change the condition for httproute (#2345)
Co-authored-by: houseme <housemecn@gmail.com>
This commit is contained in:
@@ -33,7 +33,7 @@ spec:
|
||||
port: {{ .Values.service.console.port }}
|
||||
kind: TraefikService
|
||||
group: traefik.io
|
||||
{{- else if eq .Values.gatewayApi.gatewayClass "contour" }}
|
||||
{{- else }}
|
||||
- name: {{ include "rustfs.fullname" $ }}-svc
|
||||
port: {{ .Values.service.console.port }}
|
||||
{{- end }}
|
||||
|
||||
Reference in New Issue
Block a user