This commit is contained in:
2025-08-25 20:41:32 +02:00
parent e37283eaef
commit 48030ce657

View File

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