Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Need to have a property to identify whether its a Kubernetes based cartridge deployment. Hence a new property to be added as "deployerType". Also a property to be added to define container related properties.
Updated cartridge definition is shown below.
{
"type": "php",
"provider": "apache",
"host": "apachestratos.org",
"displayName": "PHP",
"description": "PHP Cartridge",
"version": "5.0",
"multiTenant": "false",
"deployerType": "kubernetes",
"portMapping": [
,
{ "protocol": "https", "port": "443", "proxyPort": "8243" } ],
"container": {
"imageName": "stratos-php-image",
"dockerfileRepo" :"https://github.com/sajhak/stratos-docker-php-image.git", ← Optional
"property": [
]
}
}
Attachments
Issue Links
- is depended upon by
-
STRATOS-781 Stratos Kubernetes Integration
-
- Resolved
-