about summary refs log tree commit diff
path: root/infra/kubernetes/cgit/config.yaml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2019-12-20T16·07+0000
committerVincent Ambo <tazjin@google.com>2019-12-20T16·07+0000
commit2512ea42567f74348fc5bfafb1ea1eb4ebe705dd (patch)
tree6dd7146d2b373909e2708447e57d5c1ccf0f530c /infra/kubernetes/cgit/config.yaml
parent9653bdcf694e2317754060056dec31577e8d55ae (diff)
feat(infra/k8s): Add cgit to Ingress load balancer r/221
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.
Diffstat (limited to 'infra/kubernetes/cgit/config.yaml')
-rw-r--r--infra/kubernetes/cgit/config.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/infra/kubernetes/cgit/config.yaml b/infra/kubernetes/cgit/config.yaml
index f59a237aaa..577a56650a 100644
--- a/infra/kubernetes/cgit/config.yaml
+++ b/infra/kubernetes/cgit/config.yaml
@@ -70,4 +70,5 @@ spec:
     app: cgit
   ports:
     - protocol: TCP
-      port: 8080
+      port: 2448 # cgit
+      targetPort: 8080