This commit is contained in:
2025-08-25 20:24:24 +02:00
parent fa199359f4
commit 38241b5e2f

View File

@@ -44,8 +44,8 @@ spec:
- /usr/local/bin/etcd
- --name=etcd0
- --data-dir=/var/lib/etcd
- --listen-client-urls=http://0.0.0.0:2379,http://[::]:2379
- --advertise-client-urls=http://[::]:2379,http://0.0.0.0:2379
- --listen-client-urls=http://[::]:2379
- --advertise-client-urls=http://0.0.0.0:2379
ports:
- { name: client, containerPort: 2379, protocol: TCP }
volumeMounts: