Backport of docs: Update GKE Autopliot docs into release/1.18.x (#20818)

backport of commit 66bbd9e156

Co-authored-by: David Yu <dyu@hashicorp.com>
pull/20828/head
hc-github-team-consul-core 2024-03-07 18:47:41 -05:00 committed by GitHub
parent 27665e23b4
commit 4e3eefe33c
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:
manageExternalCRDs: false
manageNonStandardCRDs: true
cni:
enabled: true
logLevel: info
cniBinDir: "/home/kubernetes/bin"
cniNetDir: "/etc/cni/net.d"
cni:
enabled: true
logLevel: debug
cniBinDir: "/home/kubernetes/bin"
cniNetDir: "/etc/cni/net.d"
server:
resources:
requests:
memory: "500Mi"
cpu: "500m"
limits:
memory: "500Mi"
cpu: "500m"
```
</CodeBlockConfig>