mirror of https://github.com/k3s-io/k3s
31 lines
571 B
JSON
31 lines
571 B
JSON
{
|
|
"kind": "ReplicationController",
|
|
"apiVersion": "v1beta3",
|
|
"metadata": {
|
|
"name": "authenticator-controller",
|
|
"labels": {
|
|
"name": "authenticator"
|
|
}
|
|
},
|
|
"spec": {
|
|
"replicas": 1,
|
|
"selector": {
|
|
"name": "authenticator"
|
|
},
|
|
"template": {
|
|
"metadata": {
|
|
"labels": {
|
|
"name": "authenticator"
|
|
}
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "authenticator",
|
|
"image": "fgrzadkowski/example-cloudsql-authenticator"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
}
|
|
} |