diff --git a/04-Backends/02-HTTPS-backend/README.md b/04-Backends/02-HTTPS-backend/README.md index 901a345..76369d1 100644 --- a/04-Backends/02-HTTPS-backend/README.md +++ b/04-Backends/02-HTTPS-backend/README.md @@ -5,7 +5,7 @@ include_toc: true # Based on -- [08a-HTTPS-min-TLS-version](../../03-Gateway_Ingress/04a-HTTPS-min-TLS-version) +- [03-Gateway_Ingress/04a-HTTPS-min-TLS-version](../../03-Gateway_Ingress/04a-HTTPS-min-TLS-version) # Description diff --git a/04-Backends/README.md b/04-Backends/README.md index e69de29..6cd98ca 100644 --- a/04-Backends/README.md +++ b/04-Backends/README.md @@ -0,0 +1,9 @@ +# Description + +This section will focus on the interaction with the backend and routing the traffic towards it. + +## Examples + +01-Service_Entry +02-HTTPS-backend +03-HTTPS-backend-with-mTLS (TODO)