Files
truecharts/charts/stable/ser2sock/values.yaml
T
2026-02-14 22:35:03 +01:00

38 lines
1016 B
YAML

# yaml-language-server: $schema=./values.schema.json
image:
repository: docker.io/tenstartups/ser2sock
tag: latest@sha256:379d9338c720da30b63dc4cf2ecea07eb89dac7d62d5c79047294fffe97ae559
pullPolicy: Always
service:
main:
ports:
main:
port: 10000
protocol: tcp
targetPort: 10000
persistence:
config:
enabled: true
mountPath: "/config"
# -- Affinity constraint rules to place the Pod on a specific node.
# [[ref]](https://kubernetes.io/docs/concepts/scheduling-eviction/assign-pod-node/#affinity-and-anti-affinity)
affinity: {}
# nodeAffinity:
# requiredDuringSchedulingIgnoredDuringExecution:
# nodeSelectorTerms:
# - matchExpressions:
# - key: app
# operator: In
# values:
# - ser2sock-controller
workload:
main:
podSpec:
containers:
main:
env:
LISTENER_PORT: "{{ .Values.service.main.ports.main.port }}"
SERIAL_DEVICE: ""
BAUD_RATE: 115200