docs: Update GKE Autopliot docs (#20813)

Update install.mdx
pull/20821/head
David Yu 2024-03-07 15:40:56 -08:00 committed by GitHub
parent d4761c0ccd
commit df4c288ba8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 13 additions and 5 deletions

View File

@ -134,11 +134,19 @@ The following working example enables both Consul Service Mesh and Consul API Ga
apiGateway: apiGateway:
manageExternalCRDs: false manageExternalCRDs: false
manageNonStandardCRDs: true manageNonStandardCRDs: true
cni: cni:
enabled: true enabled: true
logLevel: info logLevel: debug
cniBinDir: "/home/kubernetes/bin" cniBinDir: "/home/kubernetes/bin"
cniNetDir: "/etc/cni/net.d" cniNetDir: "/etc/cni/net.d"
server:
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "500Mi"
cpu: "500m"
``` ```
</CodeBlockConfig> </CodeBlockConfig>