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,20 @@
apiVersion: apps/v1
kind: Deployment
metadata:
name: client-deployment
spec:
replicas: 1
selector:
matchLabels:
component: client
template:
metadata:
labels:
component: client
spec:
containers:
- name: client
image: uxioandrade/tutorial-client
ports:
- containerPort: 3000