Skip to content

Commit

Permalink
fix(api-gateway): add minio port in _helpers.tpl
Browse files Browse the repository at this point in the history
  • Loading branch information
Yougigun committed Oct 31, 2024
1 parent 30bce6f commit ac9cd33
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 ac9cd33

Please sign in to comment.