we-re traefik now

This commit is contained in:
2020-10-30 21:16:03 +01:00
parent 879a375a8c
commit c7bb0632d1
5 changed files with 67 additions and 68 deletions

View File

@@ -1,7 +1,7 @@
#https://raw.githubusercontent.com/haproxytech/kubernetes-ingress/master/deploy/haproxy-ingress.yaml
#https://www.haproxy.com/documentation/kubernetes/latest/installation/community/kubernetes/
#
# NOTES: Image is not from haproxytech, no arm64 imgs
# NOTES: Images are not from haproxytech, no arm64 imgs
---
apiVersion: v1
kind: Namespace
@@ -80,7 +80,8 @@ metadata:
name: haproxy
namespace: haproxy-controller
data:
forwarded-for: "true"
load-balance: "leastconn"
---
apiVersion: apps/v1
kind: Deployment
@@ -101,7 +102,8 @@ spec:
spec:
containers:
- name: ingress-default-backend
image: gcr.io/google_containers/defaultbackend:1.0
#image: gcr.io/google_containers/defaultbackend:1.4
image: starlingx4arm/defaultbackend:1.5-aarch64
ports:
- containerPort: 8080