cds-snc / notification-planning-core

Project planning for GC Notify Core Team
0 stars 0 forks source link

k8s api cannot send files #87

Open sastels opened 1 year ago

sastels commented 1 year ago

Describe the bug

POSTing a file attachment to the k8s api results in a 503. api lambda works fine.

Bug Severity

SEV-4 Low

To Reproduce

Steps to reproduce the behavior:

  1. POST a file attachment to https://api-k8s.staging.notification.cdssandbox.xyz/
  2. Get an error back instead of a 201

Expected behavior

201 returned and the file is sent.

Impact

Everything is using the api lambda so the system is not affected. However this would stop us from moving the api back to k8s (ie if we move our cluster to Fargate)