Skip to content

Instantly share code, notes, and snippets.

@berinle
Created September 29, 2023 14:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save berinle/ccf748bcbf96de0d2d46e0cf21b45475 to your computer and use it in GitHub Desktop.
Save berinle/ccf748bcbf96de0d2d46e0cf21b45475 to your computer and use it in GitHub Desktop.
Sample TkgServiceConfiguration
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:PaSsWoRd@10.66.100.22:80
httpsProxy: http://admin:PaSsWoRd@10.66.100.22: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