k8s-deployment/manifests/debug.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