Skip to content

Commit

Permalink
🤐 Adds ov-frontend-secret
Browse files Browse the repository at this point in the history
  • Loading branch information
mrharpo committed Jan 24, 2025
1 parent a3200c6 commit 48201a3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ov-frontend/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ kind: ConfigMap
metadata:
name: ov-frontend-config
data:
OV_API_URL: http://ov-wag
NODE_ENV: production
OV_API_URL: http://ov-wag
AAPB_HOST: https://americanarchive.org
ORGAN_URL: http://organ.organ
ES_URL: https://elastic.wgbh-mla.org
2 changes: 2 additions & 0 deletions ov-frontend/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,3 +31,5 @@ spec:
envFrom:
- configMapRef:
name: ov-frontend-config
- secretRef:
name: ov-frontend-secret

0 comments on commit 48201a3

Please sign in to comment.