Skip to content

Commit

Permalink
APT-1040: Unnecessary bridge z config removed #697
Browse files Browse the repository at this point in the history
Co-authored-by: Łukasz Kosiak <[email protected]>
  • Loading branch information
lukozill and uHappyLogic authored May 27, 2024
1 parent dbbbd68 commit 5f5a4ff
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 42 deletions.
13 changes: 0 additions & 13 deletions bridge-web/infra/cd/base/app-secrets.yaml

This file was deleted.

1 change: 0 additions & 1 deletion bridge-web/infra/cd/base/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- namespace.yaml
- app-secrets.yaml
- deployment.yaml
- svc.yaml
- ingress.yaml
13 changes: 0 additions & 13 deletions bridge-web/infra/cd/overlays/production/app-secrets.yaml

This file was deleted.

1 change: 0 additions & 1 deletion bridge-web/infra/cd/overlays/production/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,3 @@ patches:
target:
kind: Deployment
name: xbridge-frontend
- path: app-secrets.yaml
13 changes: 0 additions & 13 deletions bridge-web/infra/cd/overlays/staging/app-secrets.yaml

This file was deleted.

1 change: 0 additions & 1 deletion bridge-web/infra/cd/overlays/staging/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,3 @@ patches:
path: /metadata/annotations
value:
beta.cloud.google.com/backend-config: '{"default": "xbridge-frontend"}'
- path: app-secrets.yaml

0 comments on commit 5f5a4ff

Please sign in to comment.