Files
Learn-Kubernetes/autoscaling/components/application/traffic-generator.yaml
2025-11-06 06:41:45 +01:00

11 lines
165 B
YAML

apiVersion: v1
kind: Pod
metadata:
name: traffic-generator
spec:
containers:
- name: alpine
image: alpine
args:
- sleep
- "100000000"