Skip to content

Commit

Permalink
fix: Fix self hosting overview image (#2500)
Browse files Browse the repository at this point in the history
## Description
Fix self hosting overview image
  • Loading branch information
laurentluce authored Jun 24, 2024
1 parent f662d45 commit 36065a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/guides/self-cloud-hosting.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ I. Prerequisites
1. Public facing gateway (e.g. AWS ALB) supporting the Kurtosis subdomain with certificate. The certificate should support the subdomain name and a wildcard subdomain prefix `*.<subdomain>` since the service port URLs format is `port-service-enclave.<subdomain>`. The gateway should terminate TLS.
2. Host running Ubuntu to install and configure Kurtosis on. The host should be on a private subnet receiving traffic from the Gateway on port 80. Healthchecks should use the `/status` URL.

![overview](/img/guides/self-hosting-overview.png)
![self-hosting-overview](/img/guides/self-hosting-overview.png)

II. Kurtosis Installation
-----------------
Expand Down
Binary file modified docs/static/img/guides/self-hosting-overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 36065a8

Please sign in to comment.