refactor: Update API deployment and service names to match component name change

This commit is contained in:
2024-08-13 21:24:06 +08:00
parent d9498c66c7
commit d4037c7218
9 changed files with 4 additions and 4 deletions
@@ -0,0 +1,11 @@
apiVersion: v1
kind: Service
metadata:
name: client-cluster-ip-service
spec:
type: ClusterIP
selector:
component: client
ports:
- port: 3000
targetPort: 3000