about summary refs log tree commit diff
path: root/infra/kubernetes/nginx/nginx.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20 r/220 fix(infra/k8s): Workaround for nginx crash on pidfile writeVincent Ambo1-1/+6
Newer versions of nginx apparently hard-crash if they can't write a PID file in the current directory. To work around this, some writeable scratch space is created for the nginx daemon to write its PID to.
2019-09-21 r/83 refactor(k8s): Parameterise the nginx versionVincent Ambo1-1/+1
2019-09-02 r/75 fix(k8s): Add nginx route for load-balancer health checksVincent Ambo1-1/+1
2019-09-02 fix(k8s): nginx does not need to be pinned to gitHEADVincent Ambo1-1/+1
2019-09-02 feat(k8s): Add nginx instance for oslo.pub redirectVincent Ambo1-0/+55
The redirect is currently all that this instance does. It is required because HTTP load balancers in GCP don't support URL rewriting.