ingress-nginx-helm/images/haproxy/pod.yaml

18 lines
296 B
YAML
Raw Normal View History

2016-02-22 00:13:08 +00:00
apiVersion: v1
kind: Pod
metadata:
name: simple
spec:
containers:
- image: gcr.io/google_containers/haproxy:0.2
imagePullPolicy: Always
name: haproxy
command:
- /usr/sbin/haproxy
args:
- -db
- -f
- /etc/haproxy/haproxy.cfg
ports:
- containerPort: 80