mirror of https://github.com/k3s-io/k3s
36 lines
732 B
JSON
36 lines
732 B
JSON
{
|
|
"kind": "Pod",
|
|
"apiVersion": "v1",
|
|
"metadata": {
|
|
"name": "porter"
|
|
},
|
|
"spec": {
|
|
"containers": [
|
|
{
|
|
"name": "porter",
|
|
"image": "gcr.io/google_containers/porter:91d46193649807d1340b46797774d8b2",
|
|
"env": [
|
|
{
|
|
"name": "SERVE_PORT_80",
|
|
"value": "foo"
|
|
},
|
|
{
|
|
"name": "SERVE_PORT_81",
|
|
"value": "<html><head></head><body><a href=\"/rewriteme\">rewritten link</a></body></html>"
|
|
}
|
|
],
|
|
"ports": [
|
|
{
|
|
"name": "p80",
|
|
"containerPort": 80
|
|
},
|
|
{
|
|
"name": "p81",
|
|
"containerPort": 81
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
}
|