From 1f6d8958e7f40d1a9aaafdd09b3e99828d3b0265 Mon Sep 17 00:00:00 2001 From: siyul-park Date: Sat, 9 Dec 2023 01:19:33 -0500 Subject: [PATCH] docs: add google example --- examples/google.yaml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 examples/google.yaml diff --git a/examples/google.yaml b/examples/google.yaml new file mode 100644 index 00000000..fc1032bc --- /dev/null +++ b/examples/google.yaml @@ -0,0 +1,11 @@ +- kind: http + name: http + address: :8000 + links: + out: + - name: google + port: io + +- kind: proxy + name: google + target: https://www.google.com