Add ingress for kubernetes dashboard.

This commit is contained in:
Jonas Juselius
2017-10-10 13:12:11 +02:00
parent 45845a7ea7
commit cb74a6d72f
6 changed files with 21 additions and 0 deletions

22
yaml/traefik-conf.yaml Normal file
View File

@@ -0,0 +1,22 @@
---
kind: ConfigMap
apiVersion: v1
metadata:
name: traefik-conf
namespace: kube-system
data:
traefik.toml: |-
logLevel = "INFO"
defaultEntryPoints = ["http"]
[kubernetes]
[entryPoints]
[entryPoints.http]
address = ":80"
# [entryPoints.https]
# address = ":443"
# [entryPoints.https.tls]
[web]
address = ":8091"