diff options
Diffstat (limited to 'ops/infra/kubernetes/https-lb/ingress.yaml')
-rw-r--r-- | ops/infra/kubernetes/https-lb/ingress.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ops/infra/kubernetes/https-lb/ingress.yaml b/ops/infra/kubernetes/https-lb/ingress.yaml index 069771a4217f..b50ea21ceefb 100644 --- a/ops/infra/kubernetes/https-lb/ingress.yaml +++ b/ops/infra/kubernetes/https-lb/ingress.yaml @@ -15,8 +15,8 @@ spec: paths: - path: /* backend: - serviceName: tazblog - servicePort: 8000 + serviceName: website + servicePort: 8080 # Route git.tazj.in to the cgit pods - host: git.tazj.in http: |