Skip to content

Commit

Permalink
update config setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wenkun.zwk committed May 14, 2024
1 parent 5286584 commit 477ddfb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
5 changes: 3 additions & 2 deletions chaosmeta-deploy/templates/chaosmeta-inject.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ spec:
livenessProbe:
httpGet:
path: /healthz
port: 8081
port: 8083
initialDelaySeconds: 20
periodSeconds: 20
failureThreshold: 3
Expand All @@ -274,7 +274,7 @@ spec:
readinessProbe:
httpGet:
path: /readyz
port: 8081
port: 8083
initialDelaySeconds: 20
periodSeconds: 20
failureThreshold: 3
Expand Down Expand Up @@ -380,6 +380,7 @@ data:
},
"daemonsetConfig": {
"localExecPath": "/tmp",
"daemonName": "chaosmeta-daemon",
"daemonNs": "chaosmeta",
"daemonLabel": {
"app.chaosmeta.io": "chaosmeta-daemon"
Expand Down
12 changes: 6 additions & 6 deletions chaosmeta-inject-operator/config/chaosmeta-inject.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,14 +21,14 @@
"daemonName": "chaosmeta-daemon"
},
"middlewareConfig" : {
"url" : "https://shell-api.alipay.com",
"url" : "todo",
"mistConfig" : {
"antVipUrl" : "antvip-pool.stable.alipay.net",
"bkmiUrl" : "bkmi-pool.stable.global.alipay.com",
"appName" : "antchaos",
"antVipUrl" : "todo",
"bkmiUrl" : "todo",
"appName" : "chaosmetainject",
"tenant" : "ALIPAY",
"mode" : "local",
"secretName" : "antchaos_fault_inject_offline"
"mode" : "todo",
"secretName" : "todo"
}
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ func AutoSelectRemoteExecutor(ctx context.Context, config *config.ExecutorConfig
/**
* 启动时通道自动选择
*/
config.DaemonsetConfig.DaemonName = "chaosmeta-daemon"
logger := log.FromContext(ctx)
daemonSetRemoteExecutor := &daemonsetexecutor.DaemonsetRemoteExecutor{
RESTConfig: restConfig,
Expand Down

0 comments on commit 477ddfb

Please sign in to comment.