Browse Source

v1.0.0-beta.3

xjg 4 months ago
parent
commit
6b17d812bc
3 changed files with 4 additions and 4 deletions
  1. 1 1
      .drone.yml
  2. 1 1
      install.sh
  3. 2 2
      k8s/auth-service.yaml

+ 1 - 1
.drone.yml

@@ -21,7 +21,7 @@ steps:
       repo: sghharbor.com/micro/auth-service
       registry: sghharbor.com
       tags:
-        - v1.0.0-beta.2
+        - v1.0.0-beta.3
 volumes:
   - name: docker-ca
     host:

+ 1 - 1
install.sh

@@ -1,5 +1,5 @@
 # 测试环境
-export PORT=9001
+export PORT=8100
 export TRACING_ENABLE=true
 export TRACING_JAEGER_URL=http://localhost:14268/api/traces
 #jaeger-collector-service.monitoring.svc.cluster.local:14268

+ 2 - 2
k8s/auth-service.yaml

@@ -19,7 +19,7 @@ spec:
         - name: private-harbor-reg
       containers:
         - name: auth-service
-          image: sghharbor.com/micro/auth-service:v1.0.0-beta.1
+          image: sghharbor.com/micro/auth-service:v1.0.0-beta.3
           ports:
             - name: auth-service
               containerPort: 8100
@@ -30,7 +30,7 @@ spec:
             - name: TRACING_ENABLE
               value: "true"
             - name: TRACING_JAEGER_URL
-              value: "jaeger-collector-service.monitoring.svc.cluster.local:14268/api/traces"
+              value: "jaeger-collector.monitoring.svc.cluster.local:14268/api/traces"
               # 注册中心
             - name: REGISTRY_ENABLE
               value: "true"