commit 6e2ca37ac2edbeeb035802e469097b2f2edf29ca
parent 1179dec5503e329519dd5cf9c3fd6047a4ea1838
Author: MTRNord <MTRNord@users.noreply.github.com>
Date: Sat, 13 Dec 2025 16:17:54 +0100
fix ports
Signed-off-by: MTRNord <MTRNord@users.noreply.github.com>
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/apps/talos_cluster/connectivity-tester/staging_deployment.yaml b/apps/talos_cluster/connectivity-tester/staging_deployment.yaml
@@ -94,7 +94,7 @@ spec:
memory: "344Mi"
cpu: "252m"
ports:
- - containerPort: 3000
+ - containerPort: 8000
name: web
protocol: TCP
volumeMounts:
@@ -141,8 +141,8 @@ spec:
port: 8080
targetPort: 8080
- name: web
- port: 3000
- targetPort: 3000
+ port: 8000
+ targetPort: 8000
---
apiVersion: gateway.networking.k8s.io/v1
kind: HTTPRoute
@@ -178,7 +178,7 @@ spec:
type: PathPrefix
backendRefs:
- name: connectivity-tester-stage
- port: 3000
+ port: 8000
timeouts:
request: 240s
backendRequest: 0s