K8s: Add storage dual writer (#75403)

This commit is contained in:
Todd Treece
2023-09-26 17:15:15 -04:00
committed by GitHub
parent ebec452f9f
commit bb9e66e671
19 changed files with 553 additions and 195 deletions

View File

@@ -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