Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: update remaining port mappings and format yaml #130

Merged
merged 2 commits into from
May 1, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
19 changes: 10 additions & 9 deletions http.filesystem.config.server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,15 +92,16 @@ bindings:
kind: server
options:
host: 0.0.0.0
port: 7114
exit: north_http_server
tcp_server1:
type: tcp
kind: server
options:
host: 0.0.0.0
port: 7143
exit: north_tls_server
port:
- 7114
- 7143
routes:
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
north_tls_server:
type: tls
kind: server
Expand Down
19 changes: 10 additions & 9 deletions http.filesystem.config.server/www-updated/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ bindings:
kind: server
options:
host: 0.0.0.0
port: 7114
exit: north_http_server
tcp_server1:
type: tcp
kind: server
options:
host: 0.0.0.0
port: 7143
exit: north_tls_server
port:
- 7114
- 7143
routes:
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
north_tls_server:
type: tls
kind: server
Expand Down
19 changes: 10 additions & 9 deletions http.filesystem.config.server/www/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ bindings:
kind: server
options:
host: 0.0.0.0
port: 7114
exit: north_http_server
tcp_server1:
type: tcp
kind: server
options:
host: 0.0.0.0
port: 7143
exit: north_tls_server
port:
- 7114
- 7143
routes:
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.async/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.cache/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.crud/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.karapace/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.oneway/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.sasl.scram/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions http.kafka.sync/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
telemetry:
metrics:
- stream.*
Expand Down
12 changes: 6 additions & 6 deletions http.redpanda.sasl.scram/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions sse.kafka.fanout/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions ws.echo/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down
12 changes: 6 additions & 6 deletions ws.reflect/zilla.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ bindings:
- 7143
- 7114
routes:
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
- when:
- port: 7143
exit: north_tls_server
- when:
- port: 7114
exit: north_http_server
north_tls_server:
type: tls
kind: server
Expand Down