From fad0c5b47bc309bb6b1ebdc2c0df948484bbd689 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Fri, 20 Feb 2026 11:57:51 +0400 Subject: [PATCH 1/2] fix: DEVOPS-129 governance-api gateway prd --- products/governance-api/cd/overlays/production/httproute.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/products/governance-api/cd/overlays/production/httproute.yaml b/products/governance-api/cd/overlays/production/httproute.yaml index 9c6781f1e..d5ea3806c 100644 --- a/products/governance-api/cd/overlays/production/httproute.yaml +++ b/products/governance-api/cd/overlays/production/httproute.yaml @@ -7,7 +7,7 @@ metadata: spec: parentRefs: - name: gke-gateway - namespace: gke-gateway-stg + namespace: gke-gateway-prd sectionName: https hostnames: - governance-api.zilliqa.com From 190c416e7f17d405e78f2673187a86b73ba3fb55 Mon Sep 17 00:00:00 2001 From: Pablo Suarez Date: Fri, 20 Feb 2026 12:46:30 +0400 Subject: [PATCH 2/2] fix: DEVOPS-129 neo-savant kustomize --- products/neo-savant/cd/base/kustomization.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/products/neo-savant/cd/base/kustomization.yaml b/products/neo-savant/cd/base/kustomization.yaml index dcc83c044..6e7e2ad37 100644 --- a/products/neo-savant/cd/base/kustomization.yaml +++ b/products/neo-savant/cd/base/kustomization.yaml @@ -1,7 +1,7 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization resources: - - namespace.yaml - deployment.yaml - - svc.yaml - - ingress.yaml + - healthcheckpolicy.yaml + - namespace.yaml + - svc.yaml \ No newline at end of file