Skip to content

Commit

Permalink
feat: clarify port forward documentation (#510)
Browse files Browse the repository at this point in the history
  • Loading branch information
deimosfr authored Jan 17, 2025
1 parent 2f7b827 commit f6177f1
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
11 changes: 9 additions & 2 deletions website/docs/using-qovery/interface/cli.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
last_modified_on: "2025-01-02"
last_modified_on: "2025-01-17"
title: CLI
description: How to use the Qovery CLI (Command Line Interface)
---
Expand Down Expand Up @@ -478,8 +478,15 @@ Please type "yes" to validate context: yes
Listening on 127.0.0.1:8000 => 80
```

The port-forward feature works with any `application`, `Cronjob`, `Lifecycle job` or `database` (Container or Managed) deployed with Qovery. For `Managed database` instances on AWS, once the port-forwarded is activated, you must specify ~ `--tls` and `--tls-insecure` in your database connection command since localhost is not the valid hostname.
The port-forward feature works with any `application`, `Cronjob`, `Lifecycle job` or `database` (Container or Managed) deployed with Qovery.

Im this example, you can now connect on `http://localhost:8000` to access your application.

<Alert type="info">

For `Managed database` instances on AWS, once the port-forwarded is activated, you must specify ~ `--tls` and `--tls-insecure` **in your database connection** command since localhost is not the valid hostname.

</Alert>

### Port-forward a dedicated pod

Expand Down
9 changes: 8 additions & 1 deletion website/docs/using-qovery/interface/cli.md.erb
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,15 @@ Please type "yes" to validate context: yes
Listening on 127.0.0.1:8000 => 80
```

The port-forward feature works with any `application`, `Cronjob`, `Lifecycle job` or `database` (Container or Managed) deployed with Qovery. For `Managed database` instances on AWS, once the port-forwarded is activated, you must specify ~ `--tls` and `--tls-insecure` in your database connection command since localhost is not the valid hostname.
The port-forward feature works with any `application`, `Cronjob`, `Lifecycle job` or `database` (Container or Managed) deployed with Qovery.

Im this example, you can now connect on `http://localhost:8000` to access your application.

<Alert type="info">

For `Managed database` instances on AWS, once the port-forwarded is activated, you must specify ~ `--tls` and `--tls-insecure` **in your database connection** command since localhost is not the valid hostname.

</Alert>

### Port-forward a dedicated pod

Expand Down

0 comments on commit f6177f1

Please sign in to comment.