Created
April 12, 2019 03:07
-
-
Save dkeightley/34470b0bfdde1d70ca35c90336fae879 to your computer and use it in GitHub Desktop.
initContainer Pod listening on Port 80
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
initContainers: | |
- name: proxyinit | |
image: 111345817488.dkr.ecr.us-west-2.amazonaws.com/aws-appmesh-proxy-route-manager:latest | |
securityContext: | |
capabilities: | |
add: | |
- NET_ADMIN | |
env: | |
- name: "APPMESH_START_ENABLED" | |
value: "1" | |
- name: "APPMESH_IGNORE_UID" | |
value: "1337" | |
- name: "APPMESH_ENVOY_INGRESS_PORT" | |
value: "15000" | |
- name: "APPMESH_ENVOY_EGRESS_PORT" | |
value: "15001" | |
- name: "APPMESH_APP_PORTS" | |
value: "80" | |
- name: "APPMESH_EGRESS_IGNORED_IP" | |
value: "169.254.169.254" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment