You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
rename repo and package name to services-vote
Remove path rewriting/prefixing
update host
update image name in k8s manifest
add dns record for vote.tulsawebdevs.org to point to load balancer
update SERVICES.md to document convention of [service name as verb].tulsawebdevs.org/ as naming convention for service repos and subdomains
The text was updated successfully, but these errors were encountered:
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 subdomainsThe text was updated successfully, but these errors were encountered: