Reduce maintenance

This commit is contained in:
Adrien Reslinger 2020-07-13 15:21:19 +02:00
parent 2b927f0c66
commit c0b4a9d16d
38 changed files with 33 additions and 767 deletions

View file

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