Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

I’m running a DigitalOcean App as our team’s backend dev server so that the frontend team doesn’t need to keep pulling updates from the backend, but I need to expose the API schema (ie graphql playground). But I’m not sure how to do it. We can query the backend just fine but we are accustomed to navigating to the api endpoint URL to view the available Schema. Any help is appreciated. I have this defined in my spec file:
ingress:
rules:
- component:
name: frontend
match:
path:
prefix: /
- component:
name: backend
preserve_path_prefix: true
match:
path:
prefix: /admin
- component:
name: backend
preserve_path_prefix: true
match:
path:
prefix: /admin-api
- component:
name: backend
preserve_path_prefix: true
match:
path:
prefix: /health
- component:
name: backend
preserve_path_prefix: true
match:
path:
prefix: /shop-api
nicoazrak
Roger Henman
Roger Henman
Prince7hakur
georgetsertsvadze97
Daniel van Flymen
notorioushanz
c16c6e04b96844b5965bbf8d0cc35e
52f42ab1fed54774a499079755cbc3
Eleanor