First commit

This commit is contained in:
Adrien Reslinger 2019-11-25 18:46:15 +01:00
parent dabdda6a9c
commit 9fa90d889e
20 changed files with 508 additions and 0 deletions

View file

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