From 807af93f408a4094a93612e292c28591dd28aab6 Mon Sep 17 00:00:00 2001 From: Francesco Medas <104889824+frankmeds@users.noreply.github.com> Date: Fri, 21 Jun 2024 17:44:12 +0400 Subject: [PATCH] feat: deploy old-ide.zilliqa.com (#713) --- products/neo-savant/cd/overlays/production/certificate.yaml | 2 +- products/neo-savant/cd/overlays/production/kustomization.yaml | 4 ++-- products/neo-savant/products/neo-savant/cd | 1 - 3 files changed, 3 insertions(+), 4 deletions(-) delete mode 120000 products/neo-savant/products/neo-savant/cd diff --git a/products/neo-savant/cd/overlays/production/certificate.yaml b/products/neo-savant/cd/overlays/production/certificate.yaml index e2630f16b..03ee43f6d 100644 --- a/products/neo-savant/cd/overlays/production/certificate.yaml +++ b/products/neo-savant/cd/overlays/production/certificate.yaml @@ -4,4 +4,4 @@ metadata: name: neo-savant-ide spec: domains: - - ide.zilliqa.com + - old-ide.zilliqa.com diff --git a/products/neo-savant/cd/overlays/production/kustomization.yaml b/products/neo-savant/cd/overlays/production/kustomization.yaml index a267d308f..d2c7e0a30 100644 --- a/products/neo-savant/cd/overlays/production/kustomization.yaml +++ b/products/neo-savant/cd/overlays/production/kustomization.yaml @@ -13,14 +13,14 @@ patches: patch: |- - op: replace path: "/spec/rules/0/host" - value: ide.zilliqa.com + value: old-ide.zilliqa.com - op: remove path: "/spec/rules/1" - op: replace path: /metadata/annotations value: kubernetes.io/ingress.class: gce - kubernetes.io/ingress.global-static-ip-name: ide-zilliqa-com + kubernetes.io/ingress.global-static-ip-name: old-ide-zilliqa-com networking.gke.io/managed-certificates: neo-savant-ide networking.gke.io/v1beta1.FrontendConfig: neo-savant-ide diff --git a/products/neo-savant/products/neo-savant/cd b/products/neo-savant/products/neo-savant/cd deleted file mode 120000 index 438968674..000000000 --- a/products/neo-savant/products/neo-savant/cd +++ /dev/null @@ -1 +0,0 @@ -../../cd \ No newline at end of file