mirror of https://github.com/hashicorp/consul
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
parent
27665e23b4
commit
4e3eefe33c
|
@ -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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue