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