feat(k8s/blog): add static blog served via git-sync + nginx

This commit is contained in:
2026-05-11 22:21:36 +03:00
parent 85b5328dd1
commit 65120f364a
8 changed files with 272 additions and 5 deletions
+12
View File
@@ -0,0 +1,12 @@
apiVersion: v1
kind: Service
metadata:
name: blog
namespace: blog
spec:
selector:
app: blog
ports:
- port: 8080
targetPort: 8080
name: http