about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@google.com>2020-02-09T01·30+0000
committerVincent Ambo <tazjin@google.com>2020-02-09T01·30+0000
commit87967d5be31e25244ac8387ef17f2ab98d3b698c (patch)
tree0aa2dc85c424668d62e120314793adb88d19c13e
parent31b3e533c65243364b01af6d228e19d41db0906e (diff)
docs: Update README with new website setup r/502
-rw-r--r--README.md3
-rw-r--r--ops/infra/kubernetes/nginx/nginx.yaml2
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index 7a42289f48..e4af99dee6 100644
--- a/README.md
+++ b/README.md
@@ -47,7 +47,8 @@ Twitter][].
 Services in this repository are deployed on a Google Kubernetes Engine cluster
 using [Nixery]().
 
-* `web/tazblog` contains my blog software (serving at [tazj.in][])
+* `web/blog` and `web/homepage` contain my blog and website setup
+  (serving at [tazj.in][])
 * `web/cgit-taz` contains a slightly patched version of `cgit` that serves my
   git web interface at [git.tazj.in][]
 * `ops/sync-gcsr` contains a tiny service that synchronises a Google Cloud
diff --git a/ops/infra/kubernetes/nginx/nginx.yaml b/ops/infra/kubernetes/nginx/nginx.yaml
index 983b265baf..61678a85bc 100644
--- a/ops/infra/kubernetes/nginx/nginx.yaml
+++ b/ops/infra/kubernetes/nginx/nginx.yaml
@@ -25,7 +25,7 @@ spec:
         config: {{ insertFile "nginx.conf" | sha1sum }}
     spec:
       containers:
-        - name: tazblog
+        - name: nginx
           image: nixery.local/shell/third_party.nginx:{{ .version }}
           command: ["/bin/bash", "-c"]
           args: