diff --git a/deploy/README.md b/deploy/README.md index 5cdb759ec..fdbcdc1b2 100644 --- a/deploy/README.md +++ b/deploy/README.md @@ -1,7 +1,5 @@ # 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: @@ -9,3 +7,7 @@ The infrastructure folder contains the terraform modules to deploy the DSS to ku - 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) diff --git a/deploy/infrastructure/README.md b/deploy/infrastructure/README.md deleted file mode 100644 index 6b84c0e51..000000000 --- a/deploy/infrastructure/README.md +++ /dev/null @@ -1,6 +0,0 @@ -# DSS Deployment - -The `modules` directory contains the terraform modules required to deploy the DSS using cloud providers. - -- [terraform-aws-dss](./modules/terraform-aws-dss/README.md): Amazon Web Services deployment -- [terraform-google-dss](./modules/terraform-google-dss/README.md): Google Cloud Engine deployment diff --git a/deploy/services/helm-charts/dss/templates/dss-core-service.yaml b/deploy/services/helm-charts/dss/templates/dss-core-service.yaml index 77cccafa3..da3a2dc33 100644 --- a/deploy/services/helm-charts/dss/templates/dss-core-service.yaml +++ b/deploy/services/helm-charts/dss/templates/dss-core-service.yaml @@ -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 }}