Skip to content

Commit

Permalink
Update deploy-by-helm.md
Browse files Browse the repository at this point in the history
  • Loading branch information
johnlanni authored Nov 16, 2023
1 parent d887f36 commit d3aa9c1
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
![image](https://github.com/higress-group/higress-group.github.io/assets/6763318/ebe50a56-8abf-41d0-9511-3fb53c6ec9f8)---
title: 使用 Helm 进行云原生部署
keywords: [deploy,helm,kubernetes,k8s,ops]
description: Higress Helm部署.
Expand Down Expand Up @@ -33,7 +33,9 @@ helm install higress higress.io/higress -n higress-system --create-namespace
| global.disableAlpnH2 | 是否在 ALPN 中禁用 HTTP/2 协议 | true |
| global.enableStatus | 若为`true`, Higress Controller 将会更新 Ingress 资源的 `status` 字段。<br />为避免从 Nginx Ingress 迁移过程中,覆盖 Ingress 对象的 `status` 字段,可以将这一参数设置为`false`,这样 Higress 默认就不会将入口 IP 写入 Ingress 的 `status` 字段。 | true |
| global.enableIstioAPI | 若为`true`,Higress Controller 将同时监听 istio 资源 | false |
| global.istioNamespace | istio 安装到的命名空间 | istio-system |
| global.enableGlobalAPI | 若为`true`,Higress Controller 将同时监听 Gateway API 资源 | false |
| global.onlyPushRouteCluster | 若为`true`,Higress Controller 将会只推送被路由关联的服务 | true |

| **核心组件参数** | | |
| higress-core.gateway.replicas | Higress Gateway 的 pod 数量 | 2 |
| higress-core.controller.replicas | Higress Controller 的 pod 数量 | 1 |
Expand Down

0 comments on commit d3aa9c1

Please sign in to comment.