mirror of
https://github.com/gravitl/netmaker.git
synced 2024-11-11 10:10:46 +08:00
13 lines
249 B
YAML
13 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
|