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 286267c
Showing 1 changed file with 13 additions and 14 deletions.
27 changes: 13 additions & 14 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,19 @@ spec:
ports:
http:
port: &port 8123
# 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: *port
persistence:
config:
enabled: true
Expand Down

0 comments on commit 286267c

Please sign in to comment.