Skip to content

Instantly share code, notes, and snippets.

@derbeneviv
Created January 18, 2019 08:25
Show Gist options
  • Save derbeneviv/b41d58baec731fdc055bb26b2af9831f to your computer and use it in GitHub Desktop.
Save derbeneviv/b41d58baec731fdc055bb26b2af9831f to your computer and use it in GitHub Desktop.
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