fix ips in config
All checks were successful
Deploy / CreateImage (push) Successful in 5m9s
Deploy / DeployService (push) Successful in 31s

This commit is contained in:
skeris 2025-05-17 19:28:26 +03:00
parent a9ebbf7cac
commit 774067e58e
2 changed files with 12 additions and 12 deletions

@ -9,10 +9,10 @@ on:
jobs: jobs:
CreateImage: CreateImage:
runs-on: [frontstaging] runs-on: [skeris]
uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p uses: http://gitea.pena/PenaDevops/actions.git/.gitea/workflows/build-image.yml@v1.1.6-p
with: with:
runner: frontstaging runner: skeris
secrets: secrets:
REGISTRY_USER: ${{ secrets.REGISTRY_USER }} REGISTRY_USER: ${{ secrets.REGISTRY_USER }}
REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }} REGISTRY_PASSWORD: ${{ secrets.REGISTRY_PASSWORD }}

@ -100,7 +100,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.6:59303/; proxy_pass http://10.7.0.6:59303/;
} }
location /customer/v1.0.1/ { location /customer/v1.0.1/ {
@ -115,7 +115,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.6:8070/; proxy_pass http://10.7.0.6:8070/;
} }
location /codeword/ { location /codeword/ {
@ -130,7 +130,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.6:59664/; proxy_pass http://10.7.0.6:59664/;
} }
location /codeword/v1.0.0 { location /codeword/v1.0.0 {
@ -145,7 +145,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.6:29100/; proxy_pass http://10.7.0.6:29100/;
} }
location /answer/ { location /answer/ {
@ -160,7 +160,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.5:1490/; proxy_pass http://10.7.0.5:1490/;
} }
location /squiz/ { location /squiz/ {
@ -175,7 +175,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.5:1488/; proxy_pass http://10.7.0.5:1488/;
} }
location /squizstorer/ { location /squizstorer/ {
@ -197,7 +197,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.8.0.5:1489/; proxy_pass http://10.7.0.5:1489/;
} }
location /price/ { location /price/ {
@ -212,7 +212,7 @@ server {
add_header Access-Control-Allow-Credentials true always; add_header Access-Control-Allow-Credentials true always;
add_header Access-Control-Allow-Headers content-type,authorization always; add_header Access-Control-Allow-Headers content-type,authorization always;
add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE; add_header Access-Control-Allow-Methods OPTIONS,GET,POST,PATCH,PUT,DELETE;
proxy_pass http://10.8.0.6:8001/; proxy_pass http://10.7.0.6:8001/;
} }
location /feedback/ { location /feedback/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
@ -264,7 +264,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.8.0.6:7035/; proxy_pass http://10.7.0.6:7035/;
} }
location /verification/v1.0.0/ { location /verification/v1.0.0/ {
if ($request_method = OPTIONS) { if ($request_method = OPTIONS) {
@ -285,7 +285,7 @@ server {
chunked_transfer_encoding off; chunked_transfer_encoding off;
proxy_buffering off; proxy_buffering off;
proxy_cache off; proxy_cache off;
proxy_pass http://10.8.0.6:7037/; proxy_pass http://10.7.0.6:7037/;
} }