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