Skip to content

Commit

Permalink
home assistant httproute
Browse files Browse the repository at this point in the history
  • Loading branch information
AnthonyEnr1quez committed Nov 4, 2024
1 parent 7a0048c commit 1600ef7
Showing 1 changed file with 15 additions and 13 deletions.
28 changes: 15 additions & 13 deletions kubernetes/home-lab/apps/home/home-assistant/app/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,20 +79,22 @@ spec:
ports:
http:
port: &port 8123
http2:
port: 8080
# TODO config HA for reverse proxy
# route:
# main:
# enabled: true
# kind: HTTPRoute
# parentRefs:
# - name: production
# namespace: networking
# hostnames:
# - "{{ .Release.Name }}.${INTERNAL_HOSTNAME}"
# rules:
# - backendRefs:
# - name: *app
# port: *port
route:
main:
enabled: true
kind: HTTPRoute
parentRefs:
- name: production
namespace: networking
hostnames:
- "{{ .Release.Name }}.${INTERNAL_HOSTNAME}"
rules:
- backendRefs:
- name: *app
port: 8123
persistence:
config:
enabled: true
Expand Down

0 comments on commit 1600ef7

Please sign in to comment.