mirror of
https://gitlab.com/deepcypher/dc-kc.git
synced 2026-01-27 11:12:08 +00:00
15 lines
250 B
YAML
15 lines
250 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: dnsutils
|
|
spec:
|
|
containers:
|
|
- name: dnsutils
|
|
image: k8s.gcr.io/e2e-test-images/jessie-dnsutils:1.3
|
|
command:
|
|
- sleep
|
|
- "3600"
|
|
imagePullPolicy: IfNotPresent
|
|
restartPolicy: Always
|
|
|