Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Jun 8, 2023
1 parent c5a5c16 commit 7c3983f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,8 @@ sends HTTP requests to a backend service. To make that service
available in west, create a `listener` resource with
`routing-key: backend:http`. Connections to the local listener
are routed to connectors in remote sites with matching routing
keys. The `hostname` and `port` fields define the local
connection endpoint.
keys. The `host` and `port` fields define the local connection
endpoint.

[listener.yaml](west/listener.yaml):

Expand All @@ -163,7 +163,7 @@ metadata:
skupper.io/type: listener
data:
routing-key: backend:http
hostname: backend
host: backend
port: 8080
~~~

Expand Down Expand Up @@ -208,8 +208,8 @@ metadata:
skupper.io/type: connector
data:
routing-key: backend:http
port: 8080
selector: app=backend
port: 8080
~~~

Now we're ready to apply everything. Use `kubectl apply`
Expand Down
8 changes: 4 additions & 4 deletions skewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ steps:
available in west, create a `listener` resource with
`routing-key: backend:http`. Connections to the local listener
are routed to connectors in remote sites with matching routing
keys. The `hostname` and `port` fields define the local
connection endpoint.
keys. The `host` and `port` fields define the local connection
endpoint.
[listener.yaml](west/listener.yaml):
Expand All @@ -96,7 +96,7 @@ steps:
skupper.io/type: listener
data:
routing-key: backend:http
hostname: backend
host: backend
port: 8080
~~~
Expand Down Expand Up @@ -141,8 +141,8 @@ steps:
skupper.io/type: connector
data:
routing-key: backend:http
port: 8080
selector: app=backend
port: 8080
~~~
Now we're ready to apply everything. Use `kubectl apply`
Expand Down

0 comments on commit 7c3983f

Please sign in to comment.