Skip to content

Commit d7bfb39

Browse files
Moved from dev to deployment
1 parent 8ba9753 commit d7bfb39

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

helm/ai-event-concepter/values.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff 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

helm/monitor/templates/rbac.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apiVersion: rbac.authorization.k8s.io/v1
2828
kind: Role
2929
metadata:
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 }}
3434
rules:
@@ -66,7 +66,7 @@ apiVersion: rbac.authorization.k8s.io/v1
6666
kind: RoleBinding
6767
metadata:
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 }}
7272
roleRef:

helm/monitor/templates/servicemonitors.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ spec:
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
@@ -42,7 +42,7 @@ spec:
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
@@ -67,7 +67,7 @@ spec:
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
@@ -87,7 +87,7 @@ spec:
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

0 commit comments

Comments
 (0)