Add traefik 2.1

This commit is contained in:
Adrien Reslinger 2020-02-27 18:54:09 +01:00
parent 28b8910ad4
commit a804841f87
27 changed files with 709 additions and 11 deletions

View file

@ -0,0 +1,21 @@
apiVersion: v1
kind: Service
metadata:
labels:
app: traefik
name: traefik
namespace: {{ traefik_namespace }}
spec:
ports:
- name: http
port: 80
protocol: TCP
targetPort: 80
- protocol: TCP
port: 443
name: https
targetPort: 443
type: LoadBalancer
selector:
app: traefik