Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
ssorj committed Nov 7, 2023
1 parent 08196e4 commit 0eb5cea
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 53 deletions.
13 changes: 0 additions & 13 deletions east/connector.yaml

This file was deleted.

13 changes: 0 additions & 13 deletions east/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,3 @@ metadata:
data:
name: east
ingress: "false"

# In the future:
#
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: skupper-site
# namespace: east
# labels:
# skupper.io/type: site
# data: |
# name: east
# ingress: none
4 changes: 2 additions & 2 deletions skewer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ steps:
options. See the [config reference][config] for more
information.
[config]: https://github.com/ssorj/refdog
[config]: https://skupper.io/docs/declarative/index.html
[site.yaml](west/site.yaml):
Expand Down Expand Up @@ -127,7 +127,7 @@ steps:
- containerPort: 8080
~~~
Now we're ready to apply everything. Use `kubectl apply`
Now we're ready to apply everything. Use the `kubectl apply`
command with the resource definitions for each site.
commands:
west:
Expand Down
13 changes: 0 additions & 13 deletions west/listener.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions west/site.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,3 @@ data:
name: west
console: "true"
flow-controller: "true"

# In the future:
#
# apiVersion: v1
# kind: ConfigMap
# metadata:
# name: skupper-site
# namespace: west
# labels:
# skupper.io/type: site
# data:
# name: west

0 comments on commit 0eb5cea

Please sign in to comment.