feat: remove kivy frontend, add litestar

This commit is contained in:
cătălin 2024-12-12 12:09:46 +01:00
commit 4e698bb72a
No known key found for this signature in database
48 changed files with 3098 additions and 800 deletions

View file

@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "helm.fullname" . }}
labels:
{{- include "helm.labels" . | nindent 4 }}
spec:
type: {{ .Values.service.type }}
ports:
- port: {{ .Values.service.port }}
targetPort: http
protocol: TCP
name: http
selector:
{{- include "helm.selectorLabels" . | nindent 4 }}