Skip to content

Commit

Permalink
fix host anchor in plex chart
Browse files Browse the repository at this point in the history
  • Loading branch information
jgilfoil committed Feb 26, 2024
1 parent 4c5b15e commit 36bc335
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/apps/media/plex/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ spec:
external-dns.alpha.kubernetes.io/target: external.${SECRET_DOMAIN}
nginx.ingress.kubernetes.io/backend-protocol: "HTTPS"
hosts:
- host: $host "plex.${SECRET_DOMAIN}"
- host: &host "plex.${SECRET_DOMAIN}"
paths:
- path: /
service:
Expand Down

0 comments on commit 36bc335

Please sign in to comment.