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.
[x] rename repo and package name to services-vote
[x] Remove path rewriting/prefixing
[x] update host
[x] update image name in k8s manifest
[x] add dns record for vote.tulsawebdevs.org to point to load balancer
[x] update SERVICES.md to document convention of [service name as verb].tulsawebdevs.org/ as naming convention for service repos and subdomains
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 viavote.tulsawebdevs.org
instead.vote.tulsawebdevs.org
to point to load balancer[service name as verb].tulsawebdevs.org/
as naming convention for service repos and subdomains