From 3c233b0916cd08865bd1087a5e876b327cb4ef3d Mon Sep 17 00:00:00 2001 From: sirius0xdev Date: Tue, 28 Apr 2026 04:18:33 +0000 Subject: [PATCH] fix hostname --- infrastructure/gatewayapi/apigateway.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infrastructure/gatewayapi/apigateway.yaml b/infrastructure/gatewayapi/apigateway.yaml index f7e712d..207f940 100644 --- a/infrastructure/gatewayapi/apigateway.yaml +++ b/infrastructure/gatewayapi/apigateway.yaml @@ -12,7 +12,7 @@ spec: - name: https protocol: HTTPS port: 443 - hostname: "*" + hostname: "siriusdevops.com" allowedRoutes: namespaces: from: All