Compare commits
3 Commits
ded9d4b18c
...
01904f7ca7
| Author | SHA1 | Date | |
|---|---|---|---|
| 01904f7ca7 | |||
| a8040986d7 | |||
| 3e7d6961fc |
@@ -3,7 +3,7 @@ kind: ConfigMap
|
||||
metadata:
|
||||
name: traefik-configmap
|
||||
data:
|
||||
traefik.yml: |
|
||||
config.yml: |
|
||||
http:
|
||||
routers:
|
||||
router0:
|
||||
|
||||
@@ -15,7 +15,7 @@ traefik:
|
||||
|
||||
volumes:
|
||||
- name: traefik-configmap
|
||||
mountPath: "/config"
|
||||
mountPath: "/etc/traefik"
|
||||
type: configMap
|
||||
|
||||
ingressRoute:
|
||||
@@ -23,7 +23,6 @@ traefik:
|
||||
enabled: true
|
||||
|
||||
additionalArguments:
|
||||
- "--configFile=/config/traefik.yml"
|
||||
- "--serversTransport.insecureSkipVerify=true"
|
||||
- "--log.level=DEBUG"
|
||||
- --experimental.plugins.jwt.moduleName=github.com/traefik-plugins/traefik-jwt-plugin
|
||||
|
||||
Reference in New Issue
Block a user