update apisix
This commit is contained in:
parent
f4d802d196
commit
f454ae62d1
|
@ -40,7 +40,7 @@ deployment:
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
|
host: # it's possible to define multiple etcd hosts addresses of the same etcd cluster.
|
||||||
- "http://localhost:2379" # multiple etcd address
|
- "http://127.0.0.1:2379" # multiple etcd address
|
||||||
prefix: "/apisix" # apisix configurations prefix
|
prefix: "/apisix" # apisix configurations prefix
|
||||||
timeout: 30 # 30 seconds
|
timeout: 30 # 30 seconds
|
||||||
health_check_retry: 2 # etcd retry time that only affects the health check, default 2
|
health_check_retry: 2 # etcd retry time that only affects the health check, default 2
|
||||||
|
|
|
@ -71,7 +71,6 @@ services:
|
||||||
|
|
||||||
etcd:
|
etcd:
|
||||||
image: bitnami/etcd:latest
|
image: bitnami/etcd:latest
|
||||||
hostname: 'diyue_etcd'
|
|
||||||
volumes:
|
volumes:
|
||||||
- etcd_data:/bitnami/etcd
|
- etcd_data:/bitnami/etcd
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue