forked from barak/tarpoon
Add glide.yaml and vendor deps
This commit is contained in:
parent
db918f12ad
commit
5b3d5e81bd
18880 changed files with 5166045 additions and 1 deletions
51
vendor/k8s.io/kubernetes/examples/phabricator/phabricator-controller.json
generated
vendored
Normal file
51
vendor/k8s.io/kubernetes/examples/phabricator/phabricator-controller.json
generated
vendored
Normal file
|
|
@ -0,0 +1,51 @@
|
|||
{
|
||||
"kind": "ReplicationController",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "phabricator-controller",
|
||||
"labels": {
|
||||
"name": "phabricator"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"replicas": 1,
|
||||
"selector": {
|
||||
"name": "phabricator"
|
||||
},
|
||||
"template": {
|
||||
"metadata": {
|
||||
"labels": {
|
||||
"name": "phabricator"
|
||||
}
|
||||
},
|
||||
"spec": {
|
||||
"containers": [
|
||||
{
|
||||
"name": "phabricator",
|
||||
"image": "fgrzadkowski/example-php-phabricator",
|
||||
"ports": [
|
||||
{
|
||||
"name": "http-server",
|
||||
"containerPort": 80
|
||||
}
|
||||
],
|
||||
"env": [
|
||||
{
|
||||
"name": "MYSQL_SERVICE_IP",
|
||||
"value": "1.2.3.4"
|
||||
},
|
||||
{
|
||||
"name": "MYSQL_SERVICE_PORT",
|
||||
"value": "3306"
|
||||
},
|
||||
{
|
||||
"name": "MYSQL_PASSWORD",
|
||||
"value": "1234"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue