mirror of https://github.com/k3s-io/k3s
32 lines
574 B
JSON
32 lines
574 B
JSON
{
|
|
"kind": "ReplicationController",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "authenticator-controller",
|
|
"labels": {
|
|
"name": "authenticator"
|
|
}
|
|
},
|
|
"spec": {
|
|
"replicas": 1,
|
|
"selector": {
|
|
"name": "authenticator"
|
|
},
|
|
"template": {
|
|
"metadata": {
|
|
"labels": {
|
|
"name": "authenticator"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "authenticator",
|
|
"image": "gcr.io/google_containers/cloudsql-authenticator:v1"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
}
|