Repository: stratos Updated Branches: refs/heads/master f2beacc71 -> 23a01363c
Update the samples Project: http://git-wip-us.apache.org/repos/asf/stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/stratos/commit/39de79ae Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/39de79ae Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/39de79ae Branch: refs/heads/master Commit: 39de79ae5af870f69a4246a22c1b80a596a1ac0b Parents: 08016ec Author: gayangunarathne <[email protected]> Authored: Wed Sep 2 14:24:37 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Sep 2 14:46:17 2015 +0530 ---------------------------------------------------------------------- .../simple/single-cartridge-app/artifacts/application.json | 2 +- samples/cartridges/kubernetes/php.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/39de79ae/samples/applications/simple/single-cartridge-app/artifacts/application.json ---------------------------------------------------------------------- diff --git a/samples/applications/simple/single-cartridge-app/artifacts/application.json b/samples/applications/simple/single-cartridge-app/artifacts/application.json index 14eb119..4043e4f 100644 --- a/samples/applications/simple/single-cartridge-app/artifacts/application.json +++ b/samples/applications/simple/single-cartridge-app/artifacts/application.json @@ -14,7 +14,7 @@ "deploymentPolicy": "deployment-policy-1", "artifactRepository": { "privateRepo": false, - "repoUrl": "", + "repoUrl": "https://github.com/lakwarus/single-cartridge.git", "repoUsername": "", "repoPassword": "" } http://git-wip-us.apache.org/repos/asf/stratos/blob/39de79ae/samples/cartridges/kubernetes/php.json ---------------------------------------------------------------------- diff --git a/samples/cartridges/kubernetes/php.json b/samples/cartridges/kubernetes/php.json index fe2ab28..7c4aeae 100755 --- a/samples/cartridges/kubernetes/php.json +++ b/samples/cartridges/kubernetes/php.json @@ -12,7 +12,7 @@ { "name": "http-80", "protocol": "http", - "port": "22", + "port": "80", "proxyPort": "8281", "kubernetesPortType":"NodePort" }
