Skip to content

Commit

Permalink
feat(hass): expose the app
Browse files Browse the repository at this point in the history
  • Loading branch information
GeckoSplinter authored Oct 27, 2024
1 parent 99fce29 commit 09f284a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions kubernetes/apps/home/home-assistant/app/helmrelease.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,8 +97,8 @@ spec:
app:
enabled: true
annotations:
external-dns.alpha.kubernetes.io/target: "internal.${SECRET_DOMAIN}"
className: internal
external-dns.alpha.kubernetes.io/target: "external.${SECRET_DOMAIN}"
className: external
hosts:
- host: home.${SECRET_DOMAIN}
paths:
Expand Down

0 comments on commit 09f284a

Please sign in to comment.