A
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata: { name: rag-server, namespace: ai }
|
||||
metadata: { name: rag-server, namespace: argocd }
|
||||
spec:
|
||||
replicas: 1
|
||||
selector: { matchLabels: { app: rag-server } }
|
||||
@@ -30,7 +30,7 @@ spec:
|
||||
---
|
||||
apiVersion: v1
|
||||
kind: Service
|
||||
metadata: { name: rag-server, namespace: ai }
|
||||
metadata: { name: rag-server, namespace: argocd }
|
||||
spec:
|
||||
selector: { app: rag-server }
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user