mirror of https://github.com/k3s-io/k3s
Some examples don't pass Manifest validation
parent
e7f4460ab8
commit
d9d92679c3
|
@ -9,6 +9,7 @@
|
|||
"version": "v1beta1",
|
||||
"id": "frontendController",
|
||||
"containers": [{
|
||||
"name": "php-redis",
|
||||
"image": "brendanburns/php-redis",
|
||||
"ports": [{"containerPort": 80, "hostPort": 8000}]
|
||||
}]
|
||||
|
|
|
@ -0,0 +1,7 @@
|
|||
{
|
||||
"id": "frontend",
|
||||
"port": 9998,
|
||||
"selector": {
|
||||
"name": "frontend"
|
||||
}
|
||||
}
|
|
@ -9,6 +9,7 @@
|
|||
"version": "v1beta1",
|
||||
"id": "redisSlaveController",
|
||||
"containers": [{
|
||||
"name": "slave"
|
||||
"image": "brendanburns/redis-slave",
|
||||
"ports": [{"containerPort": 6379, "hostPort": 6380}]
|
||||
}]
|
||||
|
|
Loading…
Reference in New Issue