Skip to content

Commit

Permalink
cambiando el nombre de la release
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinoSanchez00 committed Dec 11, 2024
1 parent 2dad82f commit d00d7b6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
8 changes: 6 additions & 2 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,12 @@ server {
proxy_http_version 1.1;
proxy_set_header Connection "";
}
location /dev-vsanchez {
proxy_pass http://backend-develop-svc:8080;
location /pepe-vsanchez {
root /usr/share/nginx/html;
index index.html;
rewrite ^/dev-vsanchez(/.*)$ $1 break;
try_files $uri $uri/ /index.html;
proxy_pass http://backend-pepe-svc:8080;
proxy_set_header Host $host;
proxy_set_header X-Real-IP $remote_addr;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "frontend-rh",
"version": "0.1.9",
"version": "0.2.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^5.16.5",
Expand Down
2 changes: 1 addition & 1 deletion valuesdev.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

frontend:
replicas: 2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-develop:0.1.9
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-develop:0.2.0
containerPort: 80
resources:
requests:
Expand Down
2 changes: 1 addition & 1 deletion valuesprod.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

frontend:
replicas: 2
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-production:0.1.9
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-production:0.2.0
containerPort: 80
resources:
requests:
Expand Down

0 comments on commit d00d7b6

Please sign in to comment.