diff --git a/.gitea/charts/values.yaml b/.gitea/charts/values.yaml index a334dbe..b97815d 100644 --- a/.gitea/charts/values.yaml +++ b/.gitea/charts/values.yaml @@ -76,7 +76,7 @@ autoscaling: # targetMemoryUtilizationPercentage: 80 nodeSelector: { - kubernetes.io/hostname: devsvr1 + kubernetes.io/hostname: vm10-1-0-152 } tolerations: [] diff --git a/simple.html b/simple.html index e4035f5..9f2cd43 100644 --- a/simple.html +++ b/simple.html @@ -383,7 +383,7 @@ async function getToken() { try { - const response = await fetch('https://14.103.114.237/gongzheng-backend/token', { + const response = await fetch('https://120.92.112.77/gongzheng-backend/token', { method: 'POST', headers: { 'Content-Type': 'application/json', @@ -529,7 +529,7 @@ } } - const response = await fetch('https://14.103.114.237/gongzheng-backend/chat', { + const response = await fetch('https://120.92.112.77/gongzheng-backend/chat', { method: 'POST', headers: { 'Content-Type': 'application/json',