Skip to content

Commit

Permalink
Replaced Traefik with kamal-proxy and removed Traefik from the naviga…
Browse files Browse the repository at this point in the history
…tion
  • Loading branch information
igor-alexandrov committed Sep 20, 2024
1 parent 67c56a8 commit eb36dc1
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 5 deletions.
2 changes: 0 additions & 2 deletions _data/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@
url: /docs/commands/server/
- title: "kamal setup"
url: /docs/commands/setup/
- title: "kamal traefik"
url: /docs/commands/traefik/
- title: "kamal upgrade"
url: /docs/commands/upgrade/
- title: "kamal version"
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/deploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Deploy

Build and deploy your app to all servers. By default it will build the currently checked out version of the app.

Kamal will use the Traefik proxy to seamlessly move requests from the old version of the app to new without downtime.
Kamal will use the kamal-proxy to seamlessly move requests from the old version of the app to new without downtime.

The deployment process is:
1. Login into the docker registry locally and on all servers
Expand Down
2 changes: 1 addition & 1 deletion docs/commands/redeploy.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: Redeploy

# kamal redeploy

Deploy your app, but skip bootstrapping servers, starting Traefik, pruning, and registry login.
Deploy your app, but skip bootstrapping servers, starting kamal-proxy, pruning, and registry login.

You must run [`kamal deploy`](../deploy) at least once first.
2 changes: 1 addition & 1 deletion docs/commands/remove.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ title: Remove

# kamal remove

This will remove app, Traefik and accessory containers and log out of the docker registry.
This will remove app, kamal-proxy and accessory containers and log out of the docker registry.

It will prompt for confirmation unless you add the `-y` option.

0 comments on commit eb36dc1

Please sign in to comment.