K8s: Add storage dual writer (#75403)
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
etcd:
|
||||
image: bitnami/etcd:latest
|
||||
restart: always
|
||||
container_name: etcd
|
||||
environment:
|
||||
- ALLOW_NONE_AUTHENTICATION=yes
|
||||
- ETCD_ADVERTISE_CLIENT_URLS=http://etcd:2379
|
||||
ports:
|
||||
- 2379:2379
|
||||
- 2380:2380
|
||||
Reference in New Issue
Block a user