Skip to content

Commit

Permalink
Merge f0d9579 into 43c3dd4
Browse files Browse the repository at this point in the history
  • Loading branch information
codeflitting committed Dec 29, 2018
2 parents 43c3dd4 + f0d9579 commit fb8ae0f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/cyclone-server.yaml
@@ -1,7 +1,7 @@
_config:
_metadata:
description: native-cyclone-server
name: native-cyclone-server
description: native-cyclone
name: native-cyclone
namespace: default
template:
type: template.caicloud.io/application
Expand Down
12 changes: 11 additions & 1 deletion release/workflow-controller.yaml
Expand Up @@ -42,6 +42,16 @@ _config:
"limits": {
"max_workflowruns": 50
},
"default_resource_quota": {
"limits": {
"cpu": "200m",
"memory": "256Mi"
},
"requests": {
"cpu": "100m",
"memory": "128Mi"
}
},
"pvc": "native-cyclone-server-server-v1-0-cyclone-data",
"cyclone_server_addr": "native-cyclone-server.default:7099"
"cyclone_server_addr": "native-cyclone-server.default:7089"
}

0 comments on commit fb8ae0f

Please sign in to comment.