new article on fresh nixos installs
All checks were successful
Build OCI Image / docker (push) Successful in 1m35s

This commit is contained in:
2025-10-28 12:44:25 +08:00
parent 736d6e9d3b
commit 67171c05d9
2 changed files with 131 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
.author = "Sample Author",
.layout = "post.shtml",
.draft = false,
.tags = ["k3s", "gitea", "postgres", "kubernetes", "infranut"],
.tags = ["k3s", "gitea", "postgres", "kubernetes", "nutinfra"],
---
# The problem
[Gitea](https://git.yadunut.dev) running on my k3s cluster recently died on me. Surprisingly, it wasn't an issue with the cluster (which is usually the case due to my tinkering), but the postgres and redis containers failing to start. Looking into the k8s logs, I found out that it was due bitnami removing their repositories for postgres and valkey.