mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-09 13:12:20 +00:00
Merge pull request #9606 from krousey/example_storm
Update storm example to use v1
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "Pod",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "nimbus",
|
||||
"labels": {
|
||||
@@ -25,4 +25,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "ReplicationController",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "storm-worker-controller",
|
||||
"labels": {
|
||||
@@ -52,4 +52,4 @@
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -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"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"kind": "Pod",
|
||||
"apiVersion": "v1beta3",
|
||||
"apiVersion": "v1",
|
||||
"metadata": {
|
||||
"name": "zookeeper",
|
||||
"labels": {
|
||||
@@ -25,4 +25,4 @@
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user