ungleich-k8s/generic/hostnetwork.yaml
Nico Schottelius 324dee6850 +hostnetwork test
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
2022-09-18 17:55:35 +02:00

9 lines
135 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: influxdb
spec:
hostNetwork: true
containers:
- name: influxdb
image: influxdb