mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 20:46:00 +02:00
feat: remove ser2sock
This commit is contained in:
@@ -5,6 +5,5 @@ resources:
|
|||||||
- emqx
|
- emqx
|
||||||
- frigate
|
- frigate
|
||||||
- home-assistant
|
- home-assistant
|
||||||
- ser2sock
|
|
||||||
- zigbee2mqtt
|
- zigbee2mqtt
|
||||||
- zwavejs2mqtt
|
- zwavejs2mqtt
|
||||||
|
@@ -1,54 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: helm.toolkit.fluxcd.io/v2beta1
|
|
||||||
kind: HelmRelease
|
|
||||||
metadata:
|
|
||||||
name: ser2sock
|
|
||||||
namespace: home-automation
|
|
||||||
spec:
|
|
||||||
interval: 5m
|
|
||||||
chart:
|
|
||||||
spec:
|
|
||||||
# renovate: registryUrl=https://k8s-at-home.com/charts/
|
|
||||||
chart: ser2sock
|
|
||||||
version: 5.0.0
|
|
||||||
sourceRef:
|
|
||||||
kind: HelmRepository
|
|
||||||
name: k8s-at-home-charts
|
|
||||||
namespace: flux-system
|
|
||||||
interval: 5m
|
|
||||||
values:
|
|
||||||
image:
|
|
||||||
repository: tenstartups/ser2sock
|
|
||||||
tag: latest
|
|
||||||
pullPolicy: IfNotPresent
|
|
||||||
|
|
||||||
env:
|
|
||||||
TZ: "Europe/Paris"
|
|
||||||
LISTENER_PORT: 10000
|
|
||||||
BAUD_RATE: 57600
|
|
||||||
SERIAL_DEVICE: "/dev/ttyUSB0"
|
|
||||||
|
|
||||||
securityContext:
|
|
||||||
privileged: true
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
usb:
|
|
||||||
enabled: true
|
|
||||||
type: hostPath
|
|
||||||
hostPath: /dev/serial/by-id/usb-Arduino__www.arduino.cc__0042_5503731323735171A241-if00
|
|
||||||
hostPathType: CharDevice
|
|
||||||
mountPath: /dev/ttyUSB0
|
|
||||||
|
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
memory: 50Mi
|
|
||||||
cpu: 15m
|
|
||||||
limits:
|
|
||||||
memory: 250Mi
|
|
||||||
|
|
||||||
affinity:
|
|
||||||
nodeAffinity:
|
|
||||||
requiredDuringSchedulingIgnoredDuringExecution:
|
|
||||||
nodeSelectorTerms:
|
|
||||||
- matchExpressions:
|
|
||||||
- { key: "feature.node.kubernetes.io/custom-rflink", operator: In, values: ["true"] }
|
|
@@ -1,5 +0,0 @@
|
|||||||
---
|
|
||||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
||||||
kind: Kustomization
|
|
||||||
resources:
|
|
||||||
- helm-release.yaml
|
|
Reference in New Issue
Block a user