From 9defbe57509ec48296f1e7708e8cc54d49d3d45c Mon Sep 17 00:00:00 2001 From: zblocker64 Date: Wed, 29 Apr 2026 19:01:53 -0500 Subject: [PATCH] chore: remove 5002 --- charts/akash-gateway/Chart.yaml | 2 +- charts/akash-gateway/values.yaml | 18 ------------------ 2 files changed, 1 insertion(+), 19 deletions(-) diff --git a/charts/akash-gateway/Chart.yaml b/charts/akash-gateway/Chart.yaml index 5a681da2..d1b78124 100644 --- a/charts/akash-gateway/Chart.yaml +++ b/charts/akash-gateway/Chart.yaml @@ -4,4 +4,4 @@ description: Gateway API Gateway and TCPRoutes for Akash (install after Gateway type: application -version: 1.2.0 +version: 1.2.1 diff --git a/charts/akash-gateway/values.yaml b/charts/akash-gateway/values.yaml index 45db26de..d1b865e2 100644 --- a/charts/akash-gateway/values.yaml +++ b/charts/akash-gateway/values.yaml @@ -45,16 +45,6 @@ gateway: - group: gateway.networking.k8s.io kind: TCPRoute - - name: tcp-5002 - port: 5002 - protocol: TCP - allowedRoutes: - namespaces: - from: All - kinds: - - group: gateway.networking.k8s.io - kind: TCPRoute - # TLS (HTTPS) listeners: enabled by default. Two listeners on 443 (wildcard + catch-all for custom domains). # Wildcard host is *.ingress. (e.g. domain "provider.url" -> "*.ingress.provider.url"). # Create secrets in the install namespace: wildcard-ingress-tls (true wildcard cert) and @@ -88,14 +78,6 @@ tcpRoutes: port: 8444 namespace: akash-services - - name: akash-provider-5002 - namespace: akash-services - listenerName: tcp-5002 - backendRef: - name: akash-provider - port: 5002 - namespace: akash-services - # NGINX proxy buffer settings (equivalent to ingress-nginx ConfigMap settings) proxySettings: bufferSize: "16k"