k8s-deployment/manifests/debug.yaml

16 lines
250 B
YAML
Raw Normal View History

2024-10-09 06:33:24 +00:00
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