Skip to content

Commit

Permalink
Updated url for dev and prod
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Feb 15, 2024
1 parent 05029d9 commit 8eaf3b6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 5 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildandPushImage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ on:
push:
branches:
- main
- update-env-vars
workflow_dispatch:
jobs:
build-and-push:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/DeployToAKS.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
push:
branches:
- main
- update-env-vars
#- update-env-vars
workflow_dispatch:

env:
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
helmChart: ${{ env.CHART_PATH }}
overrideFiles: "./helm-charts/dev/values.yaml"
overrides: |
replicas:2
replicas:1
helm-version: "latest"
id: bake

Expand All @@ -105,6 +105,7 @@ jobs:
deployToProd:
name: Deploy to Production
needs: deployToDev
permissions:
actions: read
contents: read
Expand Down Expand Up @@ -144,7 +145,7 @@ jobs:
helmChart: ${{ env.CHART_PATH }}
overrideFiles: ./helm-charts/prod/values.yaml
overrides: |
replicas:2
replicas:1
helm-version: "latest"
id: bake

Expand Down
2 changes: 1 addition & 1 deletion helm-charts/infini-connect-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ service:
protocol: TCP

configMapValues:
VITE_API_BASE_URL: "https://dvt-infini-connect-old-dev.azurewebsites.net"
VITE_API_BASE_URL: "https://infini-connect.devoteam.nl"
VITE_GOOGLE_CLIENT_ID: "779787791084-sf0tjf22s5cl3odf9sjg6rch0if9c0qq.apps.googleusercontent.com"


Expand Down
2 changes: 1 addition & 1 deletion helm-charts/prod/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ service:
protocol: TCP

configMapValues:
VITE_API_BASE_URL: "https://dvt-infini-connect-old-dev.azurewebsites.net"
VITE_API_BASE_URL: "https://infini-connect.devoteam.nl/"
VITE_GOOGLE_CLIENT_ID: "779787791084-sf0tjf22s5cl3odf9sjg6rch0if9c0qq.apps.googleusercontent.com"


Expand Down

0 comments on commit 8eaf3b6

Please sign in to comment.