Skip to content

Commit

Permalink
env fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Kuldeep-knoldus committed Jun 28, 2024
1 parent f8d617d commit d555a48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion blogs-analyzer-ui/src/environments/environment.prod.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export const environment = { production: false, apiUrl: 'http://34.118.238.200:80/api' };
export const environment = { production: true, apiUrl: 'http://34.118.238.200:8081/api' };
3 changes: 3 additions & 0 deletions blogs-analyzer/k8s/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ spec:
containers:
- name: blogs-analyzer
image: gcr.io/gen-lang-client-0999974873/blogs-analyzer:latest
env:
- name: GOOGLE_GEMINI_API_KEY
value: "AIzaSyAqkkpQJOv4mi-H8qgGeP58kfTzNyaFwKM"
ports:
- containerPort: 8081
imagePullPolicy: Always
Expand Down

0 comments on commit d555a48

Please sign in to comment.