Skip to content

Commit

Permalink
fix(api-gateway): add minio port in _helpers.tpl (#1147)
Browse files Browse the repository at this point in the history
Because

there is a lack on helpers.tpl

This commit

adds a new Helm template helper `core.minio.port` to define MinIO's
default port (9000)
  • Loading branch information
Yougigun authored Oct 31, 2024
1 parent 30bce6f commit 04e8205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions charts/core/templates/_helpers.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -500,4 +500,8 @@ minio
*/}}
{{- define "core.minio" -}}
{{- printf "%s-minio" (include "core.fullname" .) -}}
{{- end -}}

{{- define "core.minio.port" -}}
{{- printf "9000" -}}
{{- end -}}

0 comments on commit 04e8205

Please sign in to comment.