-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Infra setup for recovery and export frames #11
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- I don't think you actually need 2 server blocks here; you could just have two location blocks?
- The container as written is non-reproducible; you might be able to get away with using a direct nginx upstream container? (it's no worse than the debian one...)
I need two server blocks if I want to serve on different ports (
Would switching to a direct nginx upstream solve the reproducibility problem, or is that a separate problem (as in: problem 1: container is not reproducible, problem 2: could simplify the dockerfile by using a direct upstream container). |
2e8de01
to
e27763a
Compare
This PR has the basics:
kustomize
folder with configuration to define a serviceTesting
k3d
clusterNext step: run this in our preprod cluster!