Skip to content

Commit

Permalink
Merge pull request #13 from DataUSA/develop
Browse files Browse the repository at this point in the history
change production to staging
  • Loading branch information
nspmx authored Apr 22, 2024
2 parents f183e0f + f1eb446 commit 6aee378
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/google-gke-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -132,4 +132,4 @@ jobs:
--set nameOverride=${{ env.GKE_APP_NAME }} \
--set fullnameOverride=${{ env.GKE_APP_NAME }} \
--set secrets.TESSERACT_BACKEND=$ENCODED_TESSERACT_BACKEND \
${{ env.GKE_APP_NAME }} --values=./helm/production.yaml ./helm
${{ env.GKE_APP_NAME }} --values=./helm/staging.yaml ./helm
4 changes: 2 additions & 2 deletions helm/production.yaml → helm/staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ ingress:
nginx.org/location-snippets: |
add_header Access-Control-Allow-Origin *;
customHosts:
- host: api-prod.datausa.io
- host: api-staging.datausa.io
paths:
- path: /
service: cache-api-service
Expand All @@ -88,4 +88,4 @@ ingress:
tls:
- secretName: tesseract-api-varnish-ingress-tls
hosts:
- api-prod.datausa.io
- api-staging.datausa.io

0 comments on commit 6aee378

Please sign in to comment.