Skip to content

Commit

Permalink
test new nginx instance on k8s prod
Browse files Browse the repository at this point in the history
  • Loading branch information
nspmx committed Jul 23, 2024
1 parent 4e90831 commit 145d40f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/google-gke-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -133,10 +133,10 @@ jobs:
--set app.release=${{ env.GKE_APP_NAMESPACE }} \
--set image.repository=${{ env.GCP_ARTIFACT_REGISTRY_LOCATION }}-docker.pkg.dev/${{ env.GCP_PROJECT_ID }}/${{ env.GCP_ARTIFACT_REGISTRY_NAME }}/${{ env.GCP_IMAGE_NAME }} \
--set image.tag=${{ inputs.release }}-${{ inputs.release_tag }} \
--set nameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }} \
--set fullnameOverride=${{ env.GKE_APP_NAME }}-${{ inputs.release }} \
--set nameOverride=${{ env.GKE_APP_NAME }}-test \
--set fullnameOverride=${{ env.GKE_APP_NAME }}-test \
--set secrets.TESSERACT_BACKEND=$ENCODED_TESSERACT_BACKEND \
${{ env.GKE_APP_NAME }}-${{ inputs.release }} --values=./helm/${{ inputs.release }}.yaml ./helm
${{ env.GKE_APP_NAME }}-test --values=./helm/${{ inputs.release }}.yaml ./helm
# Install Cache Helm chart
# - name: Add Helm cache repo
Expand Down
8 changes: 4 additions & 4 deletions helm/boston.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ ingress:
nginx.org/location-snippets: |
add_header Access-Control-Allow-Origin *;
customHosts:
- host: boston-api-ts.datausa.io
- host: test-api.datausa.io
paths:
- path: /
service: tesseract-api-boston
service: tesseract-api-test
port: 7777
tls:
- secretName: tesseract-api-boston-ingress-tls
- secretName: tesseract-api-test-ingress-tls
hosts:
- boston-api-ts.datausa.io
- test-api.datausa.io

0 comments on commit 145d40f

Please sign in to comment.