45 lines
950 B
YAML
45 lines
950 B
YAML
image:
|
|
repository: ghcr.io/squat/generic-device-plugin
|
|
pullPolicy: IfNotPresent
|
|
tag: latest@sha256:e812d2d79e5642bf89e87203d422d351d3fcbbd29ef440481eb7638651d3eb6e
|
|
|
|
workload:
|
|
main:
|
|
podSpec:
|
|
containers:
|
|
main:
|
|
args:
|
|
- --domain
|
|
- truecharts.org
|
|
- --device
|
|
- |
|
|
name: tun
|
|
groups:
|
|
- count: 1000
|
|
paths:
|
|
- path: /dev/net/tun
|
|
securityContext:
|
|
container:
|
|
readOnlyRootFilesystem: true
|
|
privileged: true
|
|
runAsNonRoot: false
|
|
runAsGroup: 0
|
|
runAsUser: 0
|
|
persistence:
|
|
dev:
|
|
enabled: true
|
|
type: hostPath
|
|
hostPath: /dev
|
|
mountPath: /dev
|
|
device-plugin:
|
|
enabled: true
|
|
type: hostPath
|
|
hostPath: /var/lib/kubelet/device-plugins
|
|
mountPath: /var/lib/kubelet/device-plugins
|
|
service:
|
|
main:
|
|
ports:
|
|
main:
|
|
port: 8080
|
|
protocol: tcp
|