Skip to content

Instantly share code, notes, and snippets.

@techbunny
Created July 7, 2017 23:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save techbunny/194fc39dee470076801d5e79e98dac82 to your computer and use it in GitHub Desktop.
Save techbunny/194fc39dee470076801d5e79e98dac82 to your computer and use it in GitHub Desktop.
ClientWebApp
{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "clientwebapp",
"labels": {
"name": "clientwebapp"
}
},
"spec": {
"containers": [
{
"name": "clientwebapp",
"image": "plantreg.azurecr.io/plants/clientwebapp",
"ports": [
{
"containerPort": 3001
}
]
}
],
"nodeSelector": {
"beta.kubernetes.io/os": "windows"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment