This commit is contained in:
2025-08-25 20:38:14 +02:00
parent 38241b5e2f
commit a5b075160e

View File

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