File tree Expand file tree Collapse file tree 3 files changed +9
-7
lines changed
Expand file tree Collapse file tree 3 files changed +9
-7
lines changed Original file line number Diff line number Diff line change @@ -101,6 +101,8 @@ genaisvc:
101101 env :
102102 - name : FLASK_ENV
103103 value : production
104+ - name : SKIP_WEAVIATE
105+ value : " true"
104106 - name : WEAVIATE_URL
105107 value : http://genai-svc-weaviate:8080
106108 - name : WEAVIATE_API_KEY
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ apiVersion: rbac.authorization.k8s.io/v1
2828kind : Role
2929metadata :
3030 name : prometheus-discovery-app
31- namespace : team-git-push-force-dev
31+ namespace : team-git-push-force
3232 labels :
3333 {{- include "monitoring.labels" . | nindent 4 }}
3434rules :
@@ -66,7 +66,7 @@ apiVersion: rbac.authorization.k8s.io/v1
6666kind : RoleBinding
6767metadata :
6868 name : prometheus-discovery-app
69- namespace : team-git-push-force-dev
69+ namespace : team-git-push-force
7070 labels :
7171 {{- include "monitoring.labels" . | nindent 4 }}
7272roleRef :
Original file line number Diff line number Diff line change 1717 port : http
1818 namespaceSelector :
1919 matchNames :
20- - team-git-push-force-dev
20+ - team-git-push-force
2121 selector :
2222 matchLabels :
2323 app : gateway
4242 port : http
4343 namespaceSelector :
4444 matchNames :
45- - team-git-push-force-dev
45+ - team-git-push-force
4646 selector :
4747 matchLabels :
4848 app : user-svc
6767 port : http
6868 namespaceSelector :
6969 matchNames :
70- - team-git-push-force-dev
70+ - team-git-push-force
7171 selector :
7272 matchLabels :
7373 app : concept-svc
8787 port : http
8888 namespaceSelector :
8989 matchNames :
90- - team-git-push-force-dev
90+ - team-git-push-force
9191 selector :
9292 matchLabels :
9393 app : genai-svc
@@ -113,7 +113,7 @@ spec:
113113 port : api
114114 namespaceSelector :
115115 matchNames :
116- - team-git-push-force-dev
116+ - team-git-push-force
117117 selector :
118118 matchLabels :
119119 app : genai-svc-minio
You can’t perform that action at this time.
0 commit comments