Works!
This commit is contained in:
22
yml/traefik-conf.yml
Normal file
22
yml/traefik-conf.yml
Normal 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"
|
||||
Reference in New Issue
Block a user