Created
July 17, 2017 16:45
-
-
Save kelseyhightower/4f04eee13951bee6bead1232f4afff16 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "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