From 6aa4cb2c03209abf18e2ff17db198c2992858a49 Mon Sep 17 00:00:00 2001 From: savagebidoof Date: Sat, 14 Oct 2023 06:46:54 +0200 Subject: [PATCH] Updated global README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 503a4d1..419f96b 100755 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ I have absolutely used as a reference and/or template other parties configuratio I have tried to reference as much as possible as long it's relevant/useful for the reader. -Refer to the specific `README.md` in each example for more information, as (**my**) documentation is still in progress. +Refer to the specific `README.md` in each example for more information, some documentation is still in progress. Currently, the resources are under a relocation and the folders might contain things that don't _really match the topic_. @@ -13,9 +13,6 @@ Currently, the resources are under a relocation and the folders might contain th https://istio.io/latest/docs/reference/glossary/ - - - ## Services port names Istio allows to specify which protocol will run through a port. @@ -73,7 +70,8 @@ https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selec │   └── 07-HTTP-to-HTTPS-traffic-redirect ├── 04-Backends │   ├── 01-Service_Entry -│   └── 02-HTTPS-backend +│   ├── 02-HTTPS-backend +│   └── 03-HTTPS-backend-with-MTLS ├── 05-Sidecar │   ├── 01-ingress-proxy-forwarding │   └── 02-egress-proxy @@ -83,6 +81,7 @@ https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selec │   └── 03-target-deployments ├── 09-Ingress │   └── 01-Create-Istio-LoadBalancer +│   └── IstioOperator ├── 10-mTLS_PeerAuthentication │   ├── 01-disable-mTLS │   ├── 02-portLevelMtls @@ -94,6 +93,7 @@ https://istio.io/latest/docs/ops/configuration/traffic-management/protocol-selec ├── 90-MixConfigs │   ├── 01-HTTPS-Gateway_Service_Entry │   └── Minecraft +│   └── Istio-Ingress └── 99-resources └── HTTPS-NGINX-DOCKERFILE ``` \ No newline at end of file