mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-17 18:24:14 +02:00
fix: remove rflink usb in home-assistant
This commit is contained in:
@@ -23,7 +23,7 @@ spec:
|
|||||||
tag: 2021.5.4
|
tag: 2021.5.4
|
||||||
env:
|
env:
|
||||||
TZ: "Europe/Paris"
|
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_LATITUDE: ${SECRET_HASS_LATITUDE}
|
||||||
HASS_SECRET_LONGITUDE: ${SECRET_HASS_LONGITUDE}
|
HASS_SECRET_LONGITUDE: ${SECRET_HASS_LONGITUDE}
|
||||||
HASS_SECRET_ELEVATION: ${SECRET_HASS_ELEVATION}
|
HASS_SECRET_ELEVATION: ${SECRET_HASS_ELEVATION}
|
||||||
@@ -49,9 +49,13 @@ spec:
|
|||||||
paths:
|
paths:
|
||||||
- path: /
|
- path: /
|
||||||
pathType: Prefix
|
pathType: Prefix
|
||||||
|
- host: home-assistant.${SECRET_CLUSTER_DOMAIN}
|
||||||
|
paths:
|
||||||
|
- path: /
|
||||||
|
pathType: Prefix
|
||||||
tls:
|
tls:
|
||||||
- hosts:
|
- hosts:
|
||||||
- "hass.${SECRET_CLUSTER_DOMAIN}"
|
- "home-assistant.${SECRET_CLUSTER_DOMAIN}"
|
||||||
prometheus:
|
prometheus:
|
||||||
serviceMonitor:
|
serviceMonitor:
|
||||||
enabled: false
|
enabled: false
|
||||||
@@ -103,20 +107,3 @@ spec:
|
|||||||
memory: 1000Mi
|
memory: 1000Mi
|
||||||
postgresql:
|
postgresql:
|
||||||
enabled: false
|
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"],
|
|
||||||
}
|
|
||||||
|
Reference in New Issue
Block a user