first commit
This commit is contained in:
16
traefik/configmaps/configmap.yaml
Normal file
16
traefik/configmaps/configmap.yaml
Normal file
@ -0,0 +1,16 @@
|
||||
apiVersion: v1
|
||||
kind: ConfigMap
|
||||
metadata:
|
||||
name: traefik-config
|
||||
namespace: traefik
|
||||
data:
|
||||
traefik.yml: |
|
||||
api:
|
||||
dashboard: true
|
||||
log:
|
||||
level: DEBUG
|
||||
entryPoints:
|
||||
web:
|
||||
address: ":80"
|
||||
websecure:
|
||||
address: ":443"
|
Reference in New Issue
Block a user