mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-12 12:39:47 +08:00
14 lines
249 B
YAML
14 lines
249 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: dnsutils
|
||
|
spec:
|
||
|
containers:
|
||
|
- name: dnsutils
|
||
|
image: gcr.io/kubernetes-e2e-test-images/dnsutils:1.3
|
||
|
command:
|
||
|
- sleep
|
||
|
- "3600"
|
||
|
imagePullPolicy: IfNotPresent
|
||
|
restartPolicy: Always
|