add: YAML file for kubernetes

This commit is contained in:
2020-06-23 07:35:29 +02:00
parent 357a1929db
commit 8b8380c831
2 changed files with 30 additions and 2 deletions

11
network-tools.yml Normal file
View File

@ -0,0 +1,11 @@
apiVersion: v1
kind: Pod
metadata:
name: network-tools
spec:
containers:
- name: network-tools
image: volkerraschek/network-tools:latest
command: [ "sleep", "3600" ]
imagePullPolicy: Always
restartPolicy: Always