From b35f42074b2737cc4334990c6852c61675fe5cac Mon Sep 17 00:00:00 2001 From: Sandor Szombat Date: Fri, 18 Aug 2023 07:07:48 +0200 Subject: [PATCH] Update ingress-examples/autoscale/README.md Co-authored-by: Kersten Richter --- ingress-examples/autoscale/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ingress-examples/autoscale/README.md b/ingress-examples/autoscale/README.md index 84fef80a..8a0bf1d5 100644 --- a/ingress-examples/autoscale/README.md +++ b/ingress-examples/autoscale/README.md @@ -8,7 +8,7 @@ For more information about autoscaling, check out our [official documentation](h ## Setup -1. Replace the `` with your host and secret name in the `host`, `hosts` and `secretName` fields in the `example-deployment/example-ingress.yaml` file. +1. Replace the `` with your host and secret name in the `host`, `hosts`, and `secretName` fields in the `example-deployment/example-ingress.yaml` file. 2. Now you can deploy an example application with ingress, Prometheus, and Prometheus adapter: * Create the `alb-autoscale-example` namespace for the new application with `kubectl apply -f alb-autoscale-example/autoscale-example-namespace.yaml` command. The new namespace will appear immediately: