You've already forked network-tools
add: YAML file for kubernetes
This commit is contained in:
11
network-tools.yml
Normal file
11
network-tools.yml
Normal 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
|
Reference in New Issue
Block a user