From 2dc5c0ad5c276518093e9909d680543a6b41c8bc Mon Sep 17 00:00:00 2001 From: Philip Haupt <“der.mad.mob@gmail.com”> Date: Wed, 2 Apr 2025 00:39:43 +0200 Subject: [PATCH] tcproute --- kms/kustomization.yaml | 2 +- kms/tcproute.yaml | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/kms/kustomization.yaml b/kms/kustomization.yaml index 6e1717c..d2a8a1e 100644 --- a/kms/kustomization.yaml +++ b/kms/kustomization.yaml @@ -8,4 +8,4 @@ resources: - gateway.yaml - sa.yaml - svc.yaml - #- tcproute.yaml \ No newline at end of file + - tcproute.yaml \ No newline at end of file diff --git a/kms/tcproute.yaml b/kms/tcproute.yaml index c7d4644..27f1443 100644 --- a/kms/tcproute.yaml +++ b/kms/tcproute.yaml @@ -1,8 +1,7 @@ -apiVersion: gateway.networking.k8s.io/v1 +apiVersion: gateway.networking.k8s.io/v1alpha2 kind: TCPRoute metadata: name: kms-route - namespace: kms spec: parentRefs: - name: kms-gateway