fix: remove rflink usb in home-assistant

This commit is contained in:
auricom
2021-05-17 21:44:10 +02:00
parent 7f4f987e17
commit 7ac1d2081b

View File

@@ -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"],
}