feat(helm): add ingress support for both console and endpoint (#7972)

This commit is contained in:
こころの在り処
2026-09-17 18:30:29 +08:00
committed by GitHub
parent e31a22febb
commit 4c02ad4025
2 changed files with 8 additions and 2 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ spec:
service:
name: {{ include "rustfs.fullname" $ }}-svc
port:
name: console
name: {{ .servicePort }}
{{- end }}
{{- end }}
{{- end }}
+7 -1
View File
@@ -335,10 +335,16 @@ ingress:
customAnnotations: # Deprecated: use ingress.annotations instead
{}
hosts:
- host: example.rustfs.com
- host: console.rustfs.com
paths:
- path: /
pathType: Prefix
servicePort: console
- host: endpoint.rustfs.com
paths:
- path: /
pathType: Prefix
servicePort: endpoint
tls:
enabled: false # Enable tls and access rustfs via https.