Skip to content
This repository has been archived by the owner on Jul 8, 2024. It is now read-only.

Commit

Permalink
[home-assistant] use nginx
Browse files Browse the repository at this point in the history
  • Loading branch information
sob committed Aug 9, 2022
1 parent 0f0f910 commit 6ae5bdc
Showing 1 changed file with 2 additions and 13 deletions.
15 changes: 2 additions & 13 deletions cluster/apps/home/home-assistant/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,12 @@ spec:
ingress:
main:
enabled: true
ingressClassName: traefik
ingressClassName: nginx
annotations:
external-dns.alpha.kubernetes.io/target: ipv4.${SECRET_DOMAIN}
external-dns/is-public: "true"
cert-manager.io/cluster-issuer: letsencrypt-production
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.middlewares: networking-authentik@kubernetescrd
hajimari.io/enable: "true"
hajimari.io/icon: home-assistant
hajimari.io/group: automation
flame.pawelmalak/type: app
flame.pawelmalak/name: Home Assistant
flame.pawelmalak/url: https://hass.${SECRET_DOMAIN}
flame.pawelmalak/icon: home-assistant
hosts:
- host: hass.${SECRET_DOMAIN}
paths:
Expand Down Expand Up @@ -133,11 +125,8 @@ spec:
- /config/.vscode
ingress:
enabled: true
ingressClassName: traefik
ingressClassName: nginx
annotations:
traefik.ingress.kubernetes.io/router.entrypoints: websecure
cert-manager.io/cluster-issuer: letsencrypt-production
external-dns.alpha.kubernetes.io/target: ipv4.${SECRET_DOMAIN}
external-dns/is-public: "true"
hosts:
- host: hass-config.${SECRET_DOMAIN}
Expand Down

0 comments on commit 6ae5bdc

Please sign in to comment.