git mv Ingress ingress
This commit is contained in:
parent
34b949c134
commit
3da4e74e5a
2185 changed files with 754743 additions and 0 deletions
17
images/haproxy/pod.yaml
Normal file
17
images/haproxy/pod.yaml
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue