Created
January 18, 2019 08:25
-
-
Save derbeneviv/b41d58baec731fdc055bb26b2af9831f to your computer and use it in GitHub Desktop.
This file contains 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: | |
- args: | |
- '-p' | |
- '15001' | |
- '-u' | |
- '1000170001' | |
- '-m' | |
- REDIRECT | |
- '-i' | |
- '*' | |
- '-x' | |
- '' | |
- '-b' | |
- '8080' | |
- '-d' | |
- '' | |
image: 'maistra/proxy-init-centos7:0.6.0' | |
imagePullPolicy: IfNotPresent | |
name: istio-init | |
resources: {} | |
securityContext: | |
capabilities: | |
add: | |
- NET_ADMIN | |
privileged: false | |
terminationMessagePath: /dev/termination-log | |
terminationMessagePolicy: File |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment