Update storm example to use v1

This commit is contained in:
Kris Rousey 2015-06-10 13:46:32 -07:00
parent 06db0b2f8c
commit a3b07633e3
5 changed files with 12 additions and 14 deletions

View File

@ -1,6 +1,6 @@
{
"kind": "Service",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "nimbus",
"labels": {
@ -10,12 +10,11 @@
"spec": {
"ports": [
{
"port": 6627,
"targetPort": 6627
"port": 6627
}
],
"selector": {
"name": "nimbus"
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"kind": "Pod",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "nimbus",
"labels": {
@ -25,4 +25,4 @@
}
]
}
}
}

View File

@ -1,6 +1,6 @@
{
"kind": "ReplicationController",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "storm-worker-controller",
"labels": {
@ -52,4 +52,4 @@
}
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"kind": "Service",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "zookeeper",
"labels": {
@ -10,12 +10,11 @@
"spec": {
"ports": [
{
"port": 2181,
"targetPort": 2181
"port": 2181
}
],
"selector": {
"name": "zookeeper"
}
}
}
}

View File

@ -1,6 +1,6 @@
{
"kind": "Pod",
"apiVersion": "v1beta3",
"apiVersion": "v1",
"metadata": {
"name": "zookeeper",
"labels": {
@ -25,4 +25,4 @@
}
]
}
}
}