mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
HTTP warning
This commit is contained in:
parent
6a553a9417
commit
abcbbb364a
@ -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 .
|
||||
```
|
||||
```
|
||||
Loading…
Reference in New Issue
Block a user