Skip to content

Commit

Permalink
Delete the Keycloak service from the Traefik configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
U039b committed Apr 19, 2024
1 parent 7ae8b7f commit 263ba78
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions deploy_package/compose/production/traefik/traefik.yml.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -57,16 +57,6 @@ http:
service: cyberchef
tls:
certResolver: letsencrypt
web-secure-keycloak:
rule: "Host(\"${KEYCLOAK_FQDN}\")"
entryPoints:
- web-secure
middlewares:
- compress-http
- csrf
service: keycloak
tls:
certResolver: letsencrypt

middlewares:
compress-http:
Expand All @@ -91,10 +81,6 @@ http:
loadBalancer:
servers:
- url: http://cyberchef:8000
keycloak:
loadBalancer:
servers:
- url: http://keycloak:8000

providers:
# https://docs.traefik.io/master/providers/file/
Expand Down

0 comments on commit 263ba78

Please sign in to comment.