11 lines
166 B
YAML
11 lines
166 B
YAML
apiVersion: v1
|
|
kind: Pod
|
|
metadata:
|
|
name: haproxy2-sleep
|
|
spec:
|
|
containers:
|
|
- name: haproxy
|
|
image: haproxy:2.4.7-alpine
|
|
args:
|
|
- sleep
|
|
- "1000000"
|