31 lines
902 B
JSON
31 lines
902 B
JSON
{
|
|
"id": "phabricator-controller",
|
|
"kind": "ReplicationController",
|
|
"apiVersion": "v1beta1",
|
|
"desiredState": {
|
|
"replicas": 1,
|
|
"replicaSelector": {"name": "phabricator"},
|
|
"podTemplate": {
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "phabricator-pod",
|
|
"containers": [{
|
|
"name": "phabricator",
|
|
"image": "fgrzadkowski/example-php-phabricator",
|
|
"env": [
|
|
{"name": "MYSQL_SERVICE_IP", "value": "173.194.242.66"},
|
|
{"name": "MYSQL_SERVICE_PORT", "value": "3306"},
|
|
{"name": "MYSQL_PASSWORD", "value": "1234"}
|
|
],
|
|
"ports": [{"name": "http-server", "containerPort": 80}],
|
|
"imagePullPolicy": "Always"
|
|
}]
|
|
}
|
|
},
|
|
"labels": { "name": "phabricator" }
|
|
}
|
|
},
|
|
"labels": {"name": "phabricator"}
|
|
}
|