diff options
author | Vincent Ambo <tazjin@google.com> | 2020-02-09T01·30+0000 |
---|---|---|
committer | Vincent Ambo <tazjin@google.com> | 2020-02-09T01·30+0000 |
commit | 87967d5be31e25244ac8387ef17f2ab98d3b698c (patch) | |
tree | 0aa2dc85c424668d62e120314793adb88d19c13e | |
parent | 31b3e533c65243364b01af6d228e19d41db0906e (diff) |
docs: Update README with new website setup r/502
-rw-r--r-- | README.md | 3 | ||||
-rw-r--r-- | ops/infra/kubernetes/nginx/nginx.yaml | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md index 7a42289f482e..e4af99dee6f1 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 983b265bafab..61678a85bca0 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: |