feat(infrastructure): add tunnel.yaml

This commit is contained in:
2025-09-22 19:15:09 +02:00
parent 9cd3d8d76d
commit 6a1954233b

14
cd-test/tunnel.yaml Normal file
View File

@@ -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