Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
barroco committed Jan 3, 2024
1 parent a6ea2a3 commit 488a854
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
6 changes: 4 additions & 2 deletions deploy/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
# DSS Deployment

**Work in progress**

This folder contains the increments toward the new deployment approach as described in [#874](https://github.com/interuss/dss/issues/874).

The infrastructure folder contains the terraform modules to deploy the DSS to kubernetes clusters of various cloud providers:

- Amazon Web Services: [terraform-aws-dss](./infrastructure/modules/terraform-aws-dss/README.md)
- Google Cloud Engine: [terraform-google-dss](./infrastructure/modules/terraform-google-dss/README.md)

The service folder contains the scripts required to deploy the DSS to a Kubernetes cluster:

- Helm Charts: [services/helm-charts](./services/helm-charts)
- Tanka: [../build/deploy/](../build/deploy)
6 changes: 0 additions & 6 deletions deploy/infrastructure/README.md

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ spec:
- --cockroach_ssl_mode=verify-full
- --cockroach_user=root
- --dump_requests=true
- --enable_scd={{$dss.enableScd | default false}}
- --enable_scd={{$dss.enableScd | default true}}
- --garbage_collector_spec=@every 30m
- --gcp_prof_service_name=
{{- if $dss.conf.jwksEndpoint }}
Expand Down

0 comments on commit 488a854

Please sign in to comment.