Skip to content
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions helmfile.d/helmfile-60.teams.yaml.gotmpl
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,11 @@ releases:
uid: loki
type: loki
access: proxy
{{- if eq $v.obj.provider.type "minioLocal" "linode" }}
url: http://loki-query-frontend-headless.monitoring:3101
{{- else }}
url: http://loki-headless.monitoring:3101
{{- end }}
basicAuth: true
basicAuthUser: {{ $teamId }}
secureJsonData:
Expand Down
Loading