Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion charts/akash-gateway/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
18 changes: 0 additions & 18 deletions charts/akash-gateway/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.<domain> (e.g. domain "provider.url" -> "*.ingress.provider.url").
# Create secrets in the install namespace: wildcard-ingress-tls (true wildcard cert) and
Expand Down Expand Up @@ -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"
Expand Down
Loading