修改yaml文件名

This commit is contained in:
dxin
2025-10-30 11:20:06 +08:00
parent 2b6ce2331e
commit 275d01d858
13 changed files with 703 additions and 26 deletions

View File

@@ -0,0 +1,20 @@
apiVersion: v1
kind: Pod
metadata:
name: network-test-pod
namespace: test-lessie
labels:
app: network-test
spec:
containers:
- name: network-tools
image: nicolaka/netshoot:latest
command: ["/bin/sh"]
args: ["-c", "sleep 3600"] # 保持运行1小时
resources:
requests:
memory: "64Mi"
cpu: "50m"
limits:
memory: "128Mi"
cpu: "100m"