fix: setup flow

This commit is contained in:
mayur.popli
2025-08-20 20:16:20 +05:30
parent 2eadd8ca58
commit 305d6d6496
51 changed files with 3358 additions and 49 deletions

View File

@@ -0,0 +1,33 @@
apiVersion: v1
kind: Service
metadata:
name: registry-service
spec:
selector:
app: registry
ports:
- protocol: TCP
port: 3000
targetPort: 3000
- protocol: TCP
port: 3030
targetPort: 3030
---
apiVersion: v1
kind: Service
metadata:
name: gateway-service
spec:
selector:
app: gateway
ports:
- protocol: TCP
port: 4000
targetPort: 4000
- protocol: TCP
port: 4030
targetPort: 4030
# Repeat the above structure for other services