Skip to content

Commit

Permalink
#57: Small README helm update
Browse files Browse the repository at this point in the history
  • Loading branch information
glothriel committed Jun 4, 2024
1 parent 7b78600 commit 74282f9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Syncing is a process of exchanging information about exposed applications on bot

## Usage

You can install wormhole using helm. Please clone this repository first. For server you will need a cluster with LoadBalancer support, for client - any cluster. IP exposed by the server's LoadBalancer must be reachable from the client's cluster.
You can install wormhole using helm. For server you will need a cluster with LoadBalancer support, for client - any cluster. IP exposed by the server's LoadBalancer must be reachable from the client's cluster.

### Install server

Expand Down Expand Up @@ -77,7 +77,7 @@ helm install -n wormhole wh kubernetes/helm --set client.enabled=true --set clie

### Expose a service

No you can expose a service from one infrastructure to another. Services exposed from the server will be available on all the clients. Services exposed from the client will be available only on the server.
Now you can expose a service from one infrastructure to another. Services exposed from the server will be available on all the clients. Services exposed from the client will be available only on the server.

```
kubectl annotate --overwrite svc --namespace <namespace> <service> wormhole.glothriel.github.com/exposed=yes
Expand Down

0 comments on commit 74282f9

Please sign in to comment.