Skip to content

Commit

Permalink
[home] updated ingress resource
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberdev committed Feb 2, 2024
1 parent 220ac12 commit 6afaf3d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
7 changes: 7 additions & 0 deletions apps/home/ha/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha
- [energy-entity-row][energy-entity-row]
- [layout-card][layout-card]

### General personal documentation

- [How I fixed my Samsung TV (Tizen) asking for permission all whenever it was switched off when using the Home Assistant integration][ha-samsung-uri]
- [Custom keys for an improved tv-card coupled with my IR controller (Broadlink RM4 Pro)][broadlink-custom-uri]

[own-ha-uri]: https://github.com/gruberdev/homeassistant
[website-uri]: https://www.home-assistant.io/
Expand Down Expand Up @@ -91,3 +95,6 @@ kubectl apply -k github.com/gruberdev/homelab/apps/home/ha
[decluttering-card]: https://github.com/custom-cards/decluttering-card
[energy-entity-row]: https://github.com/zeronounours/lovelace-energy-entity-row
[layout-card]: https://github.com/thomasloven/lovelace-layout-card

[ha-samsung-uri]: https://github.com/home-assistant/core/issues/70777
[broadlink-custom-uri]: https://github.com/usernein/tv-card/blob/c8f0a76424844772934613d45691d9b3860ff36b/README.md?plain=1#L88-L130
10 changes: 7 additions & 3 deletions apps/home/ha/base/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ metadata:
external-dns.alpha.kubernetes.io/hostname: home.gruber.dev.br
external-dns.alpha.kubernetes.io/cloudflare-proxied: "false"
external-dns.alpha.kubernetes.io/ttl: "120"
tailscale.com/funnel: "true"
nginx.ingress.kubernetes.io/ssl-redirect: "true"
spec:
ingressClassName: tailscale
ingressClassName: nginx
rules:
- host: home.gruber.dev.br
http:
Expand All @@ -19,4 +19,8 @@ spec:
service:
name: ha-tailscale
port:
name: web
name: ha
tls:
- hosts:
- home.gruber.dev.br
secretName: ha-tls

0 comments on commit 6afaf3d

Please sign in to comment.