Skip to content

Commit

Permalink
fix: updates minio service endpoint address
Browse files Browse the repository at this point in the history
Signed-off-by: Amit Singh <[email protected]>
  • Loading branch information
semmet95 committed Dec 18, 2024
1 parent e6945c7 commit ac75991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion charts/guac/templates/guac-cm.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ data:
{{- if $.Values.guac.blobAddr }}
blob-addr: {{ $.Values.guac.blobAddr }}
{{- else }}
blob-addr: s3://bucketname?endpoint={{ .Release.Namespace }}-minio.{{ .Release.Namespace }}.svc.cluster.local:9000&region=us-east-1&disable_https=true&use_path_style=true
blob-addr: s3://bucketname?endpoint=http://{{ .Release.Namespace }}-minio.{{ .Release.Namespace }}.svc.cluster.local:9000&region=us-east-1&disable_https=true&use_path_style=true
{{- end }}


Expand Down

0 comments on commit ac75991

Please sign in to comment.