tulsawebdevs / services-voting

A microservice backend for tracking proposed meetup topics and civic projects and voting on them
1 stars 8 forks source link

Reoconfigure k8s to host service by subdomain rather than path splitting #36

Closed zenlex closed 5 months ago

zenlex commented 5 months ago

currently service is set to respond via ingress at api.tulsawebdevs.org/proposals which is getting annoying with paths and not super easy to read. We're going to move to a subdomain based splitting of services, so this service should get accessed via vote.tulsawebdevs.org instead.