mirror of
https://github.com/alibaba/higress.git
synced 2026-04-21 12:07:26 +08:00
feat:add installation for higress standalone in local docker environment (#606)
Co-authored-by: 澄潭 <zty98751@alibaba-inc.com>
This commit is contained in:
32
pkg/cmd/hgctl/manifests/profiles/local-docker.yaml
Normal file
32
pkg/cmd/hgctl/manifests/profiles/local-docker.yaml
Normal file
@@ -0,0 +1,32 @@
|
||||
profile: local-docker
|
||||
global:
|
||||
install: local-docker
|
||||
|
||||
console:
|
||||
port: 8080
|
||||
adminPasswordValue: admin
|
||||
|
||||
gateway:
|
||||
httpPort: 80
|
||||
httpsPort: 443
|
||||
metricsPort: 15020
|
||||
|
||||
controller:
|
||||
|
||||
storage:
|
||||
url: file://${INSTALLPACKAGEPATH}/conf
|
||||
ns: higress-system
|
||||
username:
|
||||
password:
|
||||
dataEncKey:
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user