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 12, 2024
1 parent 3c65c12 commit e14588a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 7 deletions.
4 changes: 0 additions & 4 deletions default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,6 @@ server {
proxy_set_header Connection "";
}
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;
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.2.1",
"version": "0.2.2",
"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.2.1
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-develop:0.2.2
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.2.1
image: containerregistryvsanchez.azurecr.io/imagen-proyecto-frontend-production:0.2.2
containerPort: 80
resources:
requests:
Expand Down

0 comments on commit e14588a

Please sign in to comment.