Laura Lorenz
08/11/2020, 3:09 PMLaura Lorenz
08/11/2020, 10:40 PMAditya Mandke
08/13/2020, 2:04 PMAditya Mandke
08/13/2020, 2:26 PMAditya Mandke
08/14/2020, 4:40 AMChris White
Chris White
Jeremiah
Chris White
Aditya Mandke
08/15/2020, 5:40 PMAshton
08/15/2020, 10:07 PMAditya Mandke
08/17/2020, 5:02 AMAditya Mandke
08/17/2020, 5:05 AMAlex Cano
08/20/2020, 8:04 PMserver
repo. Are there plans to make it mypy compliant? Just a tad confused because there are mypy configurations in setup.cfg
but mypy isn’t a required package for devRuben Silva
08/20/2020, 9:44 PMShaun Cutts
08/21/2020, 6:13 PMShaun Cutts
08/21/2020, 6:16 PMShaun Cutts
08/21/2020, 6:17 PMShaun Cutts
08/21/2020, 6:18 PMShaun Cutts
08/21/2020, 6:20 PMShaun Cutts
08/21/2020, 6:23 PMShaun Cutts
08/21/2020, 6:30 PMShaun Cutts
08/21/2020, 6:34 PMShaun Cutts
08/21/2020, 6:44 PMChris White
Shaun Cutts
08/21/2020, 7:10 PMMarwan Sarieddine
08/21/2020, 8:29 PMShaun Cutts
08/22/2020, 8:17 PMShaun Cutts
08/23/2020, 4:57 AM/.well-known/apollo/server-health
• ui .. ? .. just use “/”?
• towel: even more problematic, as no containerPort
2. Database password:
Can I mount from secret into PGPASSWORD in environment, and leave out of HASURA_GRAPHQL_DATABASE_URL (etc)? Building “HASURA_GRAPHQL_DATABASE_URL” from secret would take a start hook (unless there is another idea?)
3. init containers
• If the database doesn’t exist, it should be created using admin pass. This could be init container on hasura, I guess?
• After optional db creation — what to run to create schema, if necessary?
• Then there are database upgrades (alembic) — these are idempotent, right — can be run on every startup?
All that can be put in hasura, I guess. For other pods, init might amount to waiting for other services to be available? If we had good health checks we could just have kubernetes kill and restart until other services were up?
4. Default database size (for pvc if not external)
• 8Gi?Shaun Cutts
08/23/2020, 2:38 PM