backend files

This commit is contained in:
2026-02-06 17:25:41 +00:00
parent bac6808b70
commit be51e634d8
4 changed files with 117 additions and 0 deletions

15
base/backend/service.yaml Normal file
View File

@@ -0,0 +1,15 @@
apiVersion: v1
kind: Service
metadata:
name: backend
labels:
app: backend
component: api
spec:
type: ClusterIP
ports:
- port: 3000
targetPort: 3000
name: http
selector:
app: backend