about summary refs log tree commit diff
path: root/infra/kubernetes/cgit/config.yaml
AgeCommit message (Collapse)AuthorFilesLines
2019-12-20 r/221 feat(infra/k8s): Add cgit to Ingress load balancerVincent Ambo1-1/+2
Apart from the fact that TLS certificate provisioning is very wonky, it seems to be working now. AFAICT the L7 LBs still don't support path rewriting, which means that this is likely not the final configuration and it will move behind nginx instead.
2019-12-20 r/217 feat(infra/k8s): Deploy sync-gcsr container into cgit podVincent Ambo1-5/+18
This actually works - who would have thought!
2019-12-20 r/210 feat(infra/k8s): Add git cookie secret for repository syncVincent Ambo1-0/+10
2019-12-19 r/207 feat(infra/k8s): Add deployment configuration for cgitVincent Ambo1-0/+50
This is not yet done because repository cloning doesn't work at all, in any way whatsoever.