Skip to content

Instantly share code, notes, and snippets.

@guilhermesteves
Created October 29, 2018 20:35
Show Gist options
  • Save guilhermesteves/6af0459c28990bfdbd7ded7631379839 to your computer and use it in GitHub Desktop.
Save guilhermesteves/6af0459c28990bfdbd7ded7631379839 to your computer and use it in GitHub Desktop.
Exemplo de json para criação de um cluster de prod no Minikube
{
"kind": "Namespace",
"apiVersion": "v1",
"metadata": {
"name": "prod",
"labels": {
"name": "prod"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment