diff --git a/cluster/apps/home/home-assistant/helm-release.yaml b/cluster/apps/home/home-assistant/helm-release.yaml index 45ddfbe16..64a12a98b 100644 --- a/cluster/apps/home/home-assistant/helm-release.yaml +++ b/cluster/apps/home/home-assistant/helm-release.yaml @@ -23,7 +23,7 @@ spec: tag: 2021.5.4 env: TZ: "Europe/Paris" - HASS_SECRET_URL: https://hass.${SECRET_CLUSTER_DOMAIN} + HASS_SECRET_URL: https://home-assistant.${SECRET_CLUSTER_DOMAIN} HASS_SECRET_LATITUDE: ${SECRET_HASS_LATITUDE} HASS_SECRET_LONGITUDE: ${SECRET_HASS_LONGITUDE} HASS_SECRET_ELEVATION: ${SECRET_HASS_ELEVATION} @@ -49,9 +49,13 @@ spec: paths: - path: / pathType: Prefix + - host: home-assistant.${SECRET_CLUSTER_DOMAIN} + paths: + - path: / + pathType: Prefix tls: - hosts: - - "hass.${SECRET_CLUSTER_DOMAIN}" + - "home-assistant.${SECRET_CLUSTER_DOMAIN}" prometheus: serviceMonitor: enabled: false @@ -103,20 +107,3 @@ spec: memory: 1000Mi postgresql: enabled: false - additionalVolumeMounts: - - name: usb - mountPath: /dev/serial/by-id/usb-2341_0042-if00 - additionalVolumes: - - name: usb - hostPath: - path: /dev/serial/by-id/usb-2341_0042-if00 - affinity: - nodeAffinity: - requiredDuringSchedulingIgnoredDuringExecution: - nodeSelectorTerms: - - matchExpressions: - - { - key: "feature.node.kubernetes.io/custom-rflink", - operator: In, - values: ["true"], - }