Skip to content

Commit

Permalink
Frankfurt: Clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gnarea committed Jan 18, 2024
1 parent febebcd commit 60c21c4
Show file tree
Hide file tree
Showing 70 changed files with 130 additions and 2,146 deletions.
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,14 @@ on:
branches: [main]

jobs:
ci:
ci-main:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
path: tf-workspace
terraform_version: 1.1.2

ci-belgium:
uses: relaycorp/shared-workflows/.github/workflows/tfmodule-ci.yml@main
with:
path: environments/belgium
terraform_version: 1.6.6
2 changes: 0 additions & 2 deletions .terraformignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
.idea/
.git/
.github/
charts/
gcb-builder-scripts/
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020-2022 Relaycorp, Inc.
Copyright (c) 2020-2024 Relaycorp, Inc.

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ This repository contains the code and configuration for the cloud and Kubernetes

The cloud resources are defined in Terraform modules managed on Terraform Cloud. Shared resources can be found in [`tf-workspace/`](./tf-workspace), whilst environment-specific resources can be found under [`environments/`](./environments).

The Kubernetes resources are defined in Helm charts ([`charts/`](./charts)), which are automatically deployed by Google Cloud Build.

# Architecture

Gateways are entirely hosted on Google Cloud Platform (GCP). Each instance is deployed to a highly-available, independent environment under its own GCP project. The following diagram offers a simplified view of the key cloud and Kubernetes resources in each environment:
Expand Down
9 changes: 0 additions & 9 deletions charts/README.md

This file was deleted.

6 changes: 0 additions & 6 deletions charts/gateway-crds/Chart.yaml

This file was deleted.

1 change: 0 additions & 1 deletion charts/gateway-crds/templates/NOTES.txt

This file was deleted.

8 changes: 0 additions & 8 deletions charts/gateway-crds/templates/_helpers.tpl

This file was deleted.

11 changes: 0 additions & 11 deletions charts/gateway-crds/templates/cogrpc-backendconfig.yml

This file was deleted.

11 changes: 0 additions & 11 deletions charts/gateway-crds/templates/managed-certificate.yml

This file was deleted.

4 changes: 0 additions & 4 deletions charts/gateway-crds/values.yaml

This file was deleted.

7 changes: 0 additions & 7 deletions charts/gateway-crds/values.yml.gotmpl

This file was deleted.

237 changes: 0 additions & 237 deletions charts/gateway/values.yml.gotmpl

This file was deleted.

44 changes: 0 additions & 44 deletions charts/helmfile.yaml

This file was deleted.

Loading

0 comments on commit 60c21c4

Please sign in to comment.