diff --git a/apps/templates/k8s-deployment.yaml b/apps/templates/k8s-deployment.yaml index 5cf6238..c172dcd 100644 --- a/apps/templates/k8s-deployment.yaml +++ b/apps/templates/k8s-deployment.yaml @@ -91,6 +91,9 @@ apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: outrun-game-ingress + namespace: outrun-game + annotations: + nginx.ingress.kubernetes.io/rewrite-target: / annotations: cert-manager.io/cluster-issuer: prod-cluster-issuer nginx.ingress.kubernetes.io/backend-protocol: "HTTP"