Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,16 @@ onprem-vpro: defaults-disabled -> settings -> features
All configuration is controlled through environment
variables defined in `post-orch.env`.

### Running on Coder (Single IP)

When deploying on a Coder workspace, set all IPs to the Coder host IP in `post-orch.env`:

```bash
EMF_ORCH_IP=<coder-host-ip>
EMF_TRAEFIK_IP=<coder-host-ip>
EMF_HAPROXY_IP=<coder-host-ip>
```

### Required Variables

These **must** be set before deployment:
Expand Down
10 changes: 10 additions & 0 deletions helmfile-deploy/pre-orch/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,16 @@
Sets up a Kubernetes cluster (KIND, K3s, or RKE2) and optionally installs
**OpenEBS LocalPV** and **MetalLB** via helmfile.

## Running on Coder (Single IP)

When deploying on a Coder workspace, set all IPs to the Coder host IP in `pre-orch.env`:

```bash
EMF_ORCH_IP=<coder-host-ip>
EMF_TRAEFIK_IP=<coder-host-ip>
EMF_HAPROXY_IP=<coder-host-ip>
```

## Quick Start

```bash
Expand Down
Loading