diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T01·27+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T01·27+0000 |
commit | eb6e64ad475e91df9f16c6a52ee9d36f0e4a2d4a (patch) | |
tree | fc50745c0aa12e9257c94fecc106e49c539ff6d6 /ops/infra/kubernetes/https-lb/ingress.yaml | |
parent | 05ab6825b3451687fbaf6f8c987e94e616b6d4ff (diff) |
chore(ops/infra/k8s): Delete tazblog deployment r/500
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: |