add k8s support and upload image to ghcr.io

This commit is contained in:
2026-07-16 19:06:33 +03:00
parent 36a1cdee1d
commit 4020fedf9a
7 changed files with 293 additions and 7 deletions
+7
View File
@@ -0,0 +1,7 @@
apiVersion: v1
kind: Namespace
metadata:
name: tt-simple
labels:
# Required by the shared proxy NetworkPolicy when HTTP_PROXY is enabled.
proxy-access: "true"