mirror of https://github.com/k3s-io/k3s
29 lines
790 B
JSON
29 lines
790 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"}
|
|
}
|