Skip to content

Commit

Permalink
Remove home assistant ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaronator committed Jan 18, 2025
1 parent 7773154 commit 9b9d500
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions kubernetes/smart-home/home-assistant/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ ports:
- name: main
containerPort: 8123

ingress:
host: ha.wagner.gg
public: true
annotations:
nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"
# ingress:
# host: ha.wagner.gg
# public: true
# annotations:
# nginx.ingress.kubernetes.io/proxy-read-timeout: "3600"
# nginx.ingress.kubernetes.io/proxy-send-timeout: "3600"

homepage:
name: Home Assistant
Expand Down

0 comments on commit 9b9d500

Please sign in to comment.