feat: add deployment.yaml and service.yaml for lpt-ai K8s deployment

This commit is contained in:
2026-07-26 20:52:03 +08:00
parent e106a8bfdc
commit a1cfb045ba
2 changed files with 94 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: lpt-ai
namespace: lpt-dev
labels:
app: lpt-ai
spec:
type: ClusterIP
selector:
app: lpt-ai
ports:
- port: 5199
targetPort: 5199
protocol: TCP