mirror of
https://github.com/dat515-2025/Group-8.git
synced 2026-03-22 23:20:56 +01:00
15 lines
475 B
YAML
15 lines
475 B
YAML
apiVersion: networking.cfargotunnel.com/v1alpha1
|
|
kind: TunnelBinding
|
|
metadata:
|
|
name: guestbook-tunnel-binding
|
|
namespace: {{ .Release.Namespace }}
|
|
subjects:
|
|
- name: app-server
|
|
spec:
|
|
target: {{ printf "http://%s.%s.svc.cluster.local" .Values.app.name .Release.Namespace | quote }}
|
|
fqdn: {{ required "Set .Values.domain via --set domain=example.com" .Values.domain | quote }}
|
|
noTlsVerify: true
|
|
tunnelRef:
|
|
kind: ClusterTunnel
|
|
name: cluster-tunnel
|