Created
September 29, 2023 14:32
-
-
Save berinle/ccf748bcbf96de0d2d46e0cf21b45475 to your computer and use it in GitHub Desktop.
Sample TkgServiceConfiguration
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
apiVersion: run.tanzu.vmware.com/v1alpha3 | |
kind: TkgServiceConfiguration | |
metadata: | |
name: tkg-service-configuration | |
spec: | |
defaultCNI: antrea | |
proxy: | |
#supported format is `http://<user>:<pwd>@<ip>:<port>` | |
httpProxy: http://admin:[email protected]:80 | |
httpsProxy: http://admin:[email protected]:80 | |
noProxy: [10.246.0.0/16,192.168.144.0/20,192.168.128.0/20] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment