ingress-nginx-helm/images/haproxy/pod.yaml
Prashanth Balasubramanian 3da4e74e5a git mv Ingress ingress
2016-02-26 16:55:24 -08:00

17 lines
296 B
YAML

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