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/08016ec9 Tree: http://git-wip-us.apache.org/repos/asf/stratos/tree/08016ec9 Diff: http://git-wip-us.apache.org/repos/asf/stratos/diff/08016ec9 Branch: refs/heads/master Commit: 08016ec9eff1bc7e3ff71398b12b1883f9f54f0a Parents: f2beacc Author: gayangunarathne <[email protected]> Authored: Wed Sep 2 13:45:58 2015 +0530 Committer: gayangunarathne <[email protected]> Committed: Wed Sep 2 14:46:17 2015 +0530 ---------------------------------------------------------------------- samples/cartridges/kubernetes/php.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/stratos/blob/08016ec9/samples/cartridges/kubernetes/php.json ---------------------------------------------------------------------- diff --git a/samples/cartridges/kubernetes/php.json b/samples/cartridges/kubernetes/php.json index 128b6da..fe2ab28 100755 --- a/samples/cartridges/kubernetes/php.json +++ b/samples/cartridges/kubernetes/php.json @@ -12,7 +12,7 @@ { "name": "http-80", "protocol": "http", - "port": "80", + "port": "22", "proxyPort": "8281", "kubernetesPortType":"NodePort" } @@ -23,7 +23,7 @@ "iaasProvider": [ { "type": "kubernetes", - "imageId": "stratos/php:4.1.", + "imageId": "stratos/php:4.1.2", "networkInterfaces": [ ], "property": [
