Skip to content

Commit

Permalink
Remove PV, certificates and ingress
Browse files Browse the repository at this point in the history
  • Loading branch information
WuBruno committed Oct 11, 2023
1 parent e3f6126 commit 0b89f88
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 39 deletions.
1 change: 0 additions & 1 deletion products/pdt/cd/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,5 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- pv.yaml
- pvc.yaml
- deployment.yaml
12 changes: 0 additions & 12 deletions products/pdt/cd/base/pv.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions products/pdt/cd/overlays/staging/certificate.yaml

This file was deleted.

19 changes: 0 additions & 19 deletions products/pdt/cd/overlays/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,5 @@ kind: Kustomization

resources:
- ../../base
- certificate.yaml

patches:
- target:
kind: Ingress
name: pdt
patch: |-
- op: replace
path: "/spec/rules/0/host"
value: pdt.zilstg.dev
- op: replace
path: "/spec/rules/1/host"
value: stg-pdt.zilliqa.com
- op: replace
path: /metadata/annotations
value:
kubernetes.io/ingress.class: gce
kubernetes.io/ingress.global-static-ip-name: pdt-zilstg-dev
networking.gke.io/managed-certificates: pdt

namespace: pdt-staging

0 comments on commit 0b89f88

Please sign in to comment.