Created
May 26, 2022 17:37
-
-
Save jithin-scaria/456c73b003a595fce0edddb701febd2f to your computer and use it in GitHub Desktop.
istiod custom values yaml configuration for helm installation
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
global: | |
istioNamespace: istio | |
# to restrict apps to connect only to apps in the istio registry | |
outboundTrafficPolicy: REGISTRY_ONLY | |
meshConfig: | |
outboundTrafficPolicy: | |
# to restrict apps to connect only to apps in the istio registry | |
mode: REGISTRY_ONLY | |
rootNamespace: istio |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment