mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
14 lines
355 B
YAML
14 lines
355 B
YAML
apiVersion: networking.cfargotunnel.com/v1alpha1
|
|
kind: TunnelBinding
|
|
metadata:
|
|
name: guestbook-tunnel-binding
|
|
namespace: group-project
|
|
subjects:
|
|
- name: app-server
|
|
spec:
|
|
target: http://guestbook-ui.group-project.svc.cluster.local
|
|
fqdn: guestbook.ltrk.cz
|
|
noTlsVerify: true
|
|
tunnelRef:
|
|
kind: ClusterTunnel
|
|
name: cluster-tunnel |