Skip to content

Commit

Permalink
docs: Update image path in https-to-backend tutorial
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtabaimani committed Jul 10, 2024
1 parent 75852e1 commit 7b1a952
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 3 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion docs/Tutorials/01.https-to-backend.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ sidebar_position: 1
---
By default, requests to services will go to ingress-nginx service first and ingress-nginx will terminate the ssl and it will send http traffic to the backend service.

![HTTPS and Ingress Nginx](https-and-ingress-nginx.png)
![HTTPS and Ingress Nginx](../../static/img/docs_images/https-and-ingress-nginx.png)

While some people consider this architecture secure enough, some users prefer to secure the communication between ingress-nginx and pods as well. In this tutorial you will learn how to do it.

Expand Down
2 changes: 1 addition & 1 deletion docs/Getting started/01.installation.md → docs/intro.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
slug: isntallation
slug: intro
title: Installation
sidebar_label: Installation
sidebar_position: 1
Expand Down
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,4 +69,4 @@ function Home() {
);
}

export default Home;
export default Home;
File renamed without changes

0 comments on commit 7b1a952

Please sign in to comment.