aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/admin/dns/dnsutils.yml
blob: 90adf46c52d40cacaf1c1483c4021a0ada53dcd2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
---
apiVersion: v1
kind: Pod
metadata:
  name: dnsutils
  namespace: default
spec:
  containers:
  - name: dnsutils
    image: registry.k8s.io/e2e-test-images/agnhost:2.39
    imagePullPolicy: IfNotPresent
#    resources:
#      requests:
#        cpu: 64mi
#        memory: 250m
#      limits:
#        cpu: 128mi
#        metmory: 500m
  restartPolicy: Always