We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d77f63f commit 807af93Copy full SHA for 807af93
products/neo-savant/cd/overlays/production/certificate.yaml
@@ -4,4 +4,4 @@ metadata:
4
name: neo-savant-ide
5
spec:
6
domains:
7
- - ide.zilliqa.com
+ - old-ide.zilliqa.com
products/neo-savant/cd/overlays/production/kustomization.yaml
@@ -13,14 +13,14 @@ patches:
13
patch: |-
14
- op: replace
15
path: "/spec/rules/0/host"
16
- value: ide.zilliqa.com
+ value: old-ide.zilliqa.com
17
- op: remove
18
path: "/spec/rules/1"
19
20
path: /metadata/annotations
21
value:
22
kubernetes.io/ingress.class: gce
23
- kubernetes.io/ingress.global-static-ip-name: ide-zilliqa-com
+ kubernetes.io/ingress.global-static-ip-name: old-ide-zilliqa-com
24
networking.gke.io/managed-certificates: neo-savant-ide
25
networking.gke.io/v1beta1.FrontendConfig: neo-savant-ide
26
products/neo-savant/products/neo-savant/cd
0 commit comments