Steve Jahl

Results 24 issues of Steve Jahl

https://discuss.gnomad.broadinstitute.org/t/data-set-selection/78/3 We got a report that the mechanics of what our dataset selector dropdown does isn't super clear. Our Dataset Selection help text gives a lot of info about what...

This adds a `--es-cluster-name` parameter to the deployments `create` command, which lets you specify which ES cluster you'd like to use when generating your deployment, and defaults to `gnomad` if...

closes #1342 We don't always have reads deployments on demos which aren't on the production cluster. This changes the behavior of the demo ingress creation script to only create reads...

Component: Infrastructure

Our `deployctl elasticsearch apply` subcommand supports providing a custom name for the elasticsearch cluster. However, when creating a deployment with Kustomize, we didn't have that option. That means if you...

Component: Infrastructure

It's now a common occurrence for us to be deploying browser demos on clusters that are _not_ the production cluster. In many of these cases, there is no reads deployment,...

Component: Infrastructure

When standing up a new demo that lacked redis, but had the redis URL defined in its pod environment variables, some pages seemed fine, but we found that other pages...

The gnomad browser is currently ranked lower than some mirrors in Bing search results, which causes user confusion and poor experience when the mirrors are broken. I think by using...

with https://github.com/broadinstitute/tgg-terraform-modules/pull/39, update our deployctl config so that images are built and tagged with an artifact registry URL. The intention is that each of our GCP projects will end up...

Now that we have a bunch of terraform modules, some upcoming helm charts etc, it'd be helpful to write down some docs for how to use these to establish a...

Component: Developer Documentation