Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
新注册的用户请输入邮箱并保存,随后登录邮箱激活账号。后续可直接使用邮箱登录!
Open sidebar
chainweaver
ida
ida-deployment
Commits
83280518
Commit
83280518
authored
10 months ago
by
mmengzzhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix config log KeepDays
parent
4840732c
master
develop
v2.0.0
No related merge requests found
Changes
15
Hide whitespace changes
Inline
Side-by-side
Showing
15 changed files
with
27 additions
and
27 deletions
+27
-27
helm/ida/charts/certification/templates/configmap.yaml
helm/ida/charts/certification/templates/configmap.yaml
+2
-2
helm/ida/charts/gateway/templates/configmap.yaml
helm/ida/charts/gateway/templates/configmap.yaml
+1
-1
helm/ida/charts/registration/templates/configmap.yaml
helm/ida/charts/registration/templates/configmap.yaml
+2
-2
helm/public/charts/chain/templates/configmap.yaml
helm/public/charts/chain/templates/configmap.yaml
+2
-2
helm/public/charts/key/templates/configmap.yaml
helm/public/charts/key/templates/configmap.yaml
+2
-2
helm_kingbase/ida/charts/certification/templates/configmap.yaml
...ingbase/ida/charts/certification/templates/configmap.yaml
+2
-2
helm_kingbase/ida/charts/gateway/templates/configmap.yaml
helm_kingbase/ida/charts/gateway/templates/configmap.yaml
+1
-1
helm_kingbase/ida/charts/registration/templates/configmap.yaml
...kingbase/ida/charts/registration/templates/configmap.yaml
+2
-2
helm_kingbase/public/charts/chain/templates/configmap.yaml
helm_kingbase/public/charts/chain/templates/configmap.yaml
+2
-2
helm_kingbase/public/charts/key/templates/configmap.yaml
helm_kingbase/public/charts/key/templates/configmap.yaml
+2
-2
k3s/04.public-key.yaml
k3s/04.public-key.yaml
+2
-2
k3s/05.public-chain.yaml
k3s/05.public-chain.yaml
+2
-2
k3s/07.ida-certification.yaml
k3s/07.ida-certification.yaml
+2
-2
k3s/08.ida-registration.yaml
k3s/08.ida-registration.yaml
+2
-2
k3s/09.ida-gateway.yaml
k3s/09.ida-gateway.yaml
+1
-1
No files found.
helm/ida/charts/certification/templates/configmap.yaml
View file @
83280518
...
...
@@ -10,7 +10,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -24,7 +24,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm/ida/charts/gateway/templates/configmap.yaml
View file @
83280518
...
...
@@ -29,7 +29,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm/ida/charts/registration/templates/configmap.yaml
View file @
83280518
...
...
@@ -11,7 +11,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -25,7 +25,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
# 日志时间格式
...
...
This diff is collapsed.
Click to expand it.
helm/public/charts/chain/templates/configmap.yaml
View file @
83280518
...
...
@@ -11,7 +11,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -25,7 +25,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays: 3
KeepDays: 3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm/public/charts/key/templates/configmap.yaml
View file @
83280518
...
...
@@ -23,7 +23,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -37,7 +37,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays: 3
KeepDays: 3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm_kingbase/ida/charts/certification/templates/configmap.yaml
View file @
83280518
...
...
@@ -10,7 +10,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -24,7 +24,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm_kingbase/ida/charts/gateway/templates/configmap.yaml
View file @
83280518
...
...
@@ -29,7 +29,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm_kingbase/ida/charts/registration/templates/configmap.yaml
View file @
83280518
...
...
@@ -11,7 +11,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -25,7 +25,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
# 日志时间格式
...
...
This diff is collapsed.
Click to expand it.
helm_kingbase/public/charts/chain/templates/configmap.yaml
View file @
83280518
...
...
@@ -11,7 +11,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -25,7 +25,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays: 3
KeepDays: 3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
helm_kingbase/public/charts/key/templates/configmap.yaml
View file @
83280518
...
...
@@ -23,7 +23,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -37,7 +37,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays: 3
KeepDays: 3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
k3s/04.public-key.yaml
View file @
83280518
...
...
@@ -8,7 +8,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -22,7 +22,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
k3s/05.public-chain.yaml
View file @
83280518
...
...
@@ -8,7 +8,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -22,7 +22,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
k3s/07.ida-certification.yaml
View file @
83280518
...
...
@@ -13,7 +13,7 @@ data:
Timeout: 30000
# 环境:dev、test、pre、prod
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -27,7 +27,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
k3s/08.ida-registration.yaml
View file @
83280518
...
...
@@ -9,7 +9,7 @@ data:
# 环境:dev、test、pre、prod
RpcServerConf:
Mode:
dev
Mode:
prod
Log:
# 服务名称
...
...
@@ -23,7 +23,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
# 日志时间格式
...
...
This diff is collapsed.
Click to expand it.
k3s/09.ida-gateway.yaml
View file @
83280518
...
...
@@ -26,7 +26,7 @@ data:
# 是否压缩日志
Compress: true
# 日志保留天数,只有在文件模式才会生效
KeepDays:
18
0
KeepDays:
3
0
# 按天切割日志
Rotation: daily
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment