This commit is contained in:
2025-08-26 19:05:00 +02:00
parent 26d3e844f2
commit 6d42e8e201

View File

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