16 lines
250 B
YAML
16 lines
250 B
YAML
|
apiVersion: v1
|
||
|
kind: Pod
|
||
|
metadata:
|
||
|
name: debug
|
||
|
spec:
|
||
|
containers:
|
||
|
- args:
|
||
|
- -c
|
||
|
- sleep 1000
|
||
|
command:
|
||
|
- sh
|
||
|
image: ubuntu:latest
|
||
|
imagePullPolicy: Always
|
||
|
name: server-xray
|
||
|
dnsPolicy: ClusterFirst
|