Skip to content

Commit

Permalink
updated value.yaml path
Browse files Browse the repository at this point in the history
  • Loading branch information
asharmah4h committed Feb 15, 2024
1 parent cad1e24 commit af10d21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion helm-charts/dev/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: "http://localhost:8080"
VITE_GOOGLE_CLIENT_ID: "779787791084-sf0tjf22s5cl3odf9sjg6rch0if9c0qq.apps.googleusercontent.com"


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 @@ -62,7 +62,7 @@ ingress:
annotations:
nginx.ingress.kubernetes.io/ssl-redirect: "false"
hosts:
- host: chart-example.local
- host: dev.infini-connect.devoteam.nl
paths:
- path: /
pathType: ImplementationSpecific
Expand Down

0 comments on commit af10d21

Please sign in to comment.