Skip to content

Instantly share code, notes, and snippets.

@kelseyhightower
Created July 17, 2017 16:45
Show Gist options
  • Select an option

  • Save kelseyhightower/4f04eee13951bee6bead1232f4afff16 to your computer and use it in GitHub Desktop.

Select an option

Save kelseyhightower/4f04eee13951bee6bead1232f4afff16 to your computer and use it in GitHub Desktop.
{
"spec":{
"$setElementOrder/containers":[
{
"name":"nginx"
},
{
"name":"envoy"
}
],
"$setElementOrder/volumes":[
{
"name":"default-token-x9tkc"
},
{
"name":"envoy-conf"
}
],
"containers":[
{
"args":[
"--concurrency=4",
"--config-path=/etc/envoy/envoy.json",
"--mode=serve"
],
"image":"lyft/envoy:845747db88f102c0fd262ab234308e9e22f693a1",
"name":"envoy",
"ports":[
{
"containerPort":80,
"protocol":"TCP"
}
],
"resources":{
"limits":{
"cpu":"1",
"memory":"512Mi"
},
"requests":{
"cpu":"100m",
"memory":"64Mi"
}
},
"volumeMounts":[
{
"mountPath":"/etc/envoy",
"name":"envoy-conf"
}
]
}
],
"volumes":[
{
"configMap":{
"name":"envoy"
},
"name":"envoy-conf"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment