first commit
This commit is contained in:
11
autoscaling/components/application/traffic-generator.yaml
Normal file
11
autoscaling/components/application/traffic-generator.yaml
Normal file
@@ -0,0 +1,11 @@
|
||||
apiVersion: v1
|
||||
kind: Pod
|
||||
metadata:
|
||||
name: traffic-generator
|
||||
spec:
|
||||
containers:
|
||||
- name: alpine
|
||||
image: alpine
|
||||
args:
|
||||
- sleep
|
||||
- "100000000"
|
||||
Reference in New Issue
Block a user