From 6a1954233bfe2f6b48bd65e9ad9a9a0da55e4a4f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20Trkan?= Date: Mon, 22 Sep 2025 19:15:09 +0200 Subject: [PATCH] feat(infrastructure): add tunnel.yaml --- cd-test/tunnel.yaml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 cd-test/tunnel.yaml diff --git a/cd-test/tunnel.yaml b/cd-test/tunnel.yaml new file mode 100644 index 0000000..ccea771 --- /dev/null +++ b/cd-test/tunnel.yaml @@ -0,0 +1,14 @@ +apiVersion: networking.cfargotunnel.com/v1alpha1 +kind: TunnelBinding +metadata: + name: guestbook-tunnel-binding + namespace: group-project +subjects: + - name: app-server + spec: + target: https://guestbook-ui.group-project.svc.cluster.local + fqdn: guestbook.ltrk.cz + noTlsVerify: true +tunnelRef: + kind: ClusterTunnel + name: cluster-tunnel \ No newline at end of file