From a32cf601f8b9c20eb008d7a4079e846dd4230386 Mon Sep 17 00:00:00 2001 From: gitea-admin Date: Tue, 19 May 2026 22:49:41 +0000 Subject: [PATCH] fix: correct API versions for ExternalSecrets and Traefik --- deployments/game-servers/wings-sotf/ingress.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deployments/game-servers/wings-sotf/ingress.yaml b/deployments/game-servers/wings-sotf/ingress.yaml index ef6cbc2..d873956 100644 --- a/deployments/game-servers/wings-sotf/ingress.yaml +++ b/deployments/game-servers/wings-sotf/ingress.yaml @@ -1,7 +1,7 @@ apiVersion: traefik.io/v1alpha1 kind: IngressRoute metadata: - name: wings-sotf + name: wings-sotf-api namespace: game-servers spec: entryPoints: @@ -14,4 +14,4 @@ spec: kind: Rule services: - name: wings-sotf-api - port: 8081 + port: 8081 \ No newline at end of file