Skip to content

Commit

Permalink
fix(release): fix cyclone web release (#693)
Browse files Browse the repository at this point in the history
* fix(release): fix cyclone web release

* add port to cyclone server address
  • Loading branch information
supereagle authored and cd1989 committed Dec 29, 2018
1 parent f0f4f76 commit 904c0fe
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions release/cyclone-web.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ _config:
template:
type: template.caicloud.io/application
version: 1.0.0
version: 'v0.1.0-alpha'
version: '[[ imageTagFromGitTag ]]'
controllers:
- containers:
- image: 'cargo-infra.caicloud.xyz/devops_release/cyclone-web:v0.1.0-alpha'
- image: '[[ registry_release ]]/cyclone-web:[[ imageTagFromGitTag ]]'
imagePullPolicy: Always
ports:
- port: 80
Expand Down
2 changes: 1 addition & 1 deletion release/workflow-controller.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ _config:
"max_workflowruns": 50
},
"pvc": "native-cyclone-server-server-v1-0-cyclone-data",
"cyclone_server_addr": "native-cyclone-server.default.svc.cluster.local"
"cyclone_server_addr": "native-cyclone-server.default:7099"
}

0 comments on commit 904c0fe

Please sign in to comment.