Skip to content

Instantly share code, notes, and snippets.

@techbunny
Last active August 24, 2017 22:04
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/bb2acc278a0e761d4213392dc5ab04f9 to your computer and use it in GitHub Desktop.
Save techbunny/bb2acc278a0e761d4213392dc5ab04f9 to your computer and use it in GitHub Desktop.
{
"apiVersion": "v1",
"kind": "Pod",
"metadata": {
"name": "receivehubmessages",
"labels": {
"name": "receivehubmessages"
}
},
"spec": {
"containers": [
{
"name": "receivehubmessages",
"image": "plantreg.azurecr.io/plants/rhmv3",
"ports": [
{
"containerPort": 443
}
]
}
],
"nodeSelector": {
"beta.kubernetes.io/os": "windows"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment