
Summary: Add phabricator example Reviewers: davidopp Reviewed By: davidopp Subscribers: #kubernetes Projects: #kubernetes Differential Revision: http://107.178.210.6/D5
29 lines
791 B
JSON
29 lines
791 B
JSON
{
|
|
"id": "authenticator-controller",
|
|
"kind": "ReplicationController",
|
|
"apiVersion": "v1beta1",
|
|
"desiredState": {
|
|
"replicas": 1,
|
|
"replicaSelector": {"name": "authenticator"},
|
|
"podTemplate": {
|
|
"desiredState": {
|
|
"manifest": {
|
|
"version": "v1beta1",
|
|
"id": "authenticator-pod",
|
|
"containers": [{
|
|
"name": "authenticator",
|
|
"image": "fgrzadkowski/example-cloudsql-authenticator",
|
|
"env": [
|
|
{"name": "SELECTOR", "value": "name=phabricator"},
|
|
{"name": "CLOUDSQL_DB", "value": "phabricator-db"}
|
|
],
|
|
"imagePullPolicy": "Always"
|
|
}],
|
|
}
|
|
},
|
|
"labels": { "name": "authenticator" }
|
|
}
|
|
},
|
|
"labels": {"name": "authenticator"}
|
|
}
|