feat: add manager deployment manifests

This commit is contained in:
Ryan Moon
2026-04-03 06:49:58 -05:00
parent bda73afa18
commit 899dc7980f
5 changed files with 187 additions and 0 deletions

11
manager/service.yaml Normal file
View File

@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: manager
namespace: manager
spec:
selector:
app: manager
ports:
- port: 3000
targetPort: 3000