mirror of
https://github.com/alibaba/higress.git
synced 2026-03-06 09:30:49 +08:00
42 lines
721 B
YAML
42 lines
721 B
YAML
profile: all
|
|
global:
|
|
install: k8s # install mode k8s/local-k8s/local-docker/local
|
|
ingressClass: higress
|
|
enableIstioAPI: true
|
|
enableGatewayAPI: false
|
|
namespace: higress-system
|
|
|
|
console:
|
|
port: 8080
|
|
replicas: 1
|
|
o11yEnabled: false
|
|
|
|
gateway:
|
|
replicas: 1
|
|
httpPort: 80
|
|
httpsPort: 443
|
|
metricsPort: 15020
|
|
|
|
controller:
|
|
replicas: 1
|
|
|
|
storage:
|
|
url: nacos://127.0.0.1:8848 # file://opt/higress/conf
|
|
ns: higress-system
|
|
username:
|
|
password:
|
|
dataEncKey:
|
|
|
|
# values passed through to helm
|
|
values:
|
|
|
|
|
|
charts:
|
|
higress:
|
|
url: https://higress.io/helm-charts
|
|
name: higress
|
|
version: latest
|
|
standalone:
|
|
url: https://higress.io/standalone/get-higress.sh
|
|
name: standalone
|
|
version: latest |