Skip to content

Commit

Permalink
add stremthru to comet env
Browse files Browse the repository at this point in the history
Signed-off-by: David Young <davidy@funkypenguin.co.nz>
  • Loading branch information
funkypenguin committed Dec 28, 2024
1 parent 31a7b05 commit 56d9e5b
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,9 @@ data:
SCRAPE_MEDIAFUSION: "True"
REMOVE_ADULT_CONTENT: "true"
CACHE_TTL: "2764800" # 1 month
{{ if .Values.stremthru.enabled }}
STREMTHRU_DEFAULT_URL: https://{{ .Release.Name }}-stremthru.{{ .Values.dns_domain }}
{{ else }}
STREMTHRU_DEFAULT_URL: https://stremthru.elfhosted.com
{{ end }}
{{ end }}

0 comments on commit 56d9e5b

Please sign in to comment.