HTTP warning

This commit is contained in:
Chris Chinchilla 2022-10-11 10:22:01 +02:00
parent 6a553a9417
commit abcbbb364a

View File

@ -155,10 +155,13 @@ To find the address of the n8n service running on the instance:
3. Select the **Resources** tab, then **Service and networking** > **Services**.
4. Select the **n8n** service and copy the **Load balancer URLs** value. Use this value suffixed with the n8n service port (5678) for DNS.
!!! note "Use HTTP"
This guide uses HTTP connections for the services it defines, for example in `n8n-deployment.yaml`. However, if you click the **Load balancer URLs** value, EKS takes you to an "HTTPS" URL which results in an error. To solve this, when you open the n8n subdomain, make sure to use HTTP.
## Delete resources
If you need to delete the setup, you can remove the resources created by the manifests with the following command:
```shell
kubectl delete -f .
```
```