Initial Tower chart

This commit is contained in:
git_admin
2026-04-26 18:01:44 +03:00
parent eeca9fe9cf
commit 13a1fcd448
7 changed files with 217 additions and 0 deletions

6
templates/_helpers.tpl Normal file
View File

@@ -0,0 +1,6 @@
{{- define "tower.labels" -}}
app.kubernetes.io/name: tower
app.kubernetes.io/managed-by: {{ .Release.Service }}
app.kubernetes.io/version: {{ .Values.backend.image.tag | quote }}
odoosky.io/component: control-plane
{{- end -}}