add ai-teacher helm chart and rename notes to readme

This commit is contained in:
Adrien
2026-04-12 15:32:23 +00:00
parent e05f1c0de6
commit 76c58f7699
20 changed files with 394 additions and 125 deletions
+10
View File
@@ -0,0 +1,10 @@
apiVersion: v1
kind: Service
metadata:
name: {{ include "ai-teacher.fullname" . }}-backend
spec:
selector:
app: {{ include "ai-teacher.fullname" . }}-backend
ports:
- port: 8080
targetPort: 8080