From 80afc452eefd79d173ba1dadd5849075e47f0ca5 Mon Sep 17 00:00:00 2001
From: cheliequan <liequanche@126.com>
Date: 星期二, 06 六月 2023 19:09:02 +0800
Subject: [PATCH] 更新deploy在柳州联通云上版本

---
 src/k8s/create.go                |    2 +-
 build/apsServer/conf/config.yaml |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/build/apsServer/conf/config.yaml b/build/apsServer/conf/config.yaml
index e0a7eaf..143b2ba 100644
--- a/build/apsServer/conf/config.yaml
+++ b/build/apsServer/conf/config.yaml
@@ -4,7 +4,7 @@
   aphost: 0.0.0.0
   apport: 9091
   alport: 9090
-  alhost: 0.0.0.0
+  alhost: 172.20.11.130
   jwtSecret: lzhlmcl,yhblsqt.
 db:
   dsn: 
diff --git a/src/k8s/create.go b/src/k8s/create.go
index c57539f..81dfc89 100644
--- a/src/k8s/create.go
+++ b/src/k8s/create.go
@@ -211,7 +211,7 @@
 					Containers: []apiv1.Container{
 						{
 							Name:  namespace,
-							Image: "harbor.smartai.com/apsserver/apsserver:v0.1",
+							Image: "harbor.smartai.com/apsserver/apsserver:v0.2",
 							Env: []apiv1.EnvVar{
 								{
 									Name:  "GRPC_PORT",

--
Gitblit v1.8.0