helm: add deploy chart for self-hosted installation

This commit is contained in:
Naeel
2026-04-13 07:06:33 +03:00
parent 297f8a17a5
commit d9950ad4d4
10 changed files with 304 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
{{/*
namespace.yaml — не создаём namespace из чарта,
т.к. он может уже существовать (managed платформой или вручную).
Создавать namespace перед helm install:
kubectl create namespace {{ .Values.namespace }}
Created: 2026-04-11
*/}}