Created
November 11, 2020 03:53
-
-
Save PradeepLoganathan/339bb419573a9ee15b3387bef9c57abf 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
network_profile { | |
network_plugin = "azure" | |
network_policy = "azure" | |
service_cidr = var.service_cidr | |
dns_service_ip = var.dns_service_ip | |
docker_bridge_cidr = var.docker_cidr | |
outbound_type = "userDefinedRouting" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment