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

View File

@@ -0,0 +1,17 @@
{{- if .Values.backend.enabled -}}
apiVersion: v1
kind: Service
metadata:
name: tower-backend
labels:
{{- include "tower.labels" . | nindent 4 }}
spec:
selector:
app.kubernetes.io/name: tower
odoosky.io/role: backend
ports:
- name: http
port: 8080
targetPort: 8080
type: ClusterIP
{{- end }}