helm/nicball-factorio/daemonset.yaml

29 lines
615 B
YAML
Raw Normal View History

2022-08-20 06:19:54 +00:00
apiVersion: apps/v1
kind: DaemonSet
metadata:
name: nicball-factorio
spec:
selector:
matchLabels:
app: nicball-factorio
template:
metadata:
labels:
app: nicball-factorio
spec:
hostNetwork: true
containers:
- name: nicball-factorio
image: alpine/socat:1.7.4.3-r0
args:
- '-ls'
- UDP-LISTEN:34197,reuseaddr,fork
- UDP6:nuc.nicball.me:34197
resources:
limits:
cpu: 100m
memory: 32Mi
requests:
cpu: 10m
memory: 8Mi