Browse Source

优化deployment

lujiaming 1 year ago
parent
commit
eebbc58d2b
1 changed files with 3 additions and 0 deletions
  1. 3 0
      ob-server/deployment.yaml

+ 3 - 0
ob-server/deployment.yaml

@@ -42,6 +42,9 @@ spec:
           image: reg.cestong.com.cn/cecf/observe-server
           command: ["/app/observe","consumer", "traceurl","-c", "/app/settings.yml"]
           imagePullPolicy: Always
+          env:
+            - name: TZ
+              value: "Asia/Shanghai"
           volumeMounts:
           - name: cm-settings
             mountPath: /app/settings.yml