@@ -31,7 +31,7 @@ services:
3131 condition : service_completed_successfully
3232 networks :
3333 iceberg-net :
34- ipv4_address : 172.30.0 .10
34+ ipv4_address : 10.210.30 .10
3535 ports :
3636 - " 1630:1630" # Web UI + REST API
3737 - " 1260:1260" # Thrift table service
@@ -137,7 +137,7 @@ services:
137137 "tableFormatList":["ICEBERG"],
138138 "storageConfig":{
139139 "storage.type":"S3",
140- "storage.s3.endpoint":"http://172.30.0 .5:9000",
140+ "storage.s3.endpoint":"http://10.210.30 .5:9000",
141141 "storage.s3.region":"us-east-1"
142142 },
143143 "authConfig":{
@@ -155,7 +155,7 @@ services:
155155 "warehouse":"s3://warehouse/olake_iceberg/",
156156 "s3.path-style-access":"true",
157157 "io-impl":"org.apache.iceberg.aws.s3.S3FileIO",
158- "endpoint":"http://172.30.0 .5:9000",
158+ "endpoint":"http://10.210.30 .5:9000",
159159 "access-key-id":"admin",
160160 "secret-access-key":"password"
161161 },
@@ -180,6 +180,7 @@ services:
180180 - dev
181181 networks :
182182 iceberg-net :
183+ ipv4_address : 10.210.30.20
183184 ports :
184185 - " 5432:5432"
185186 environment :
@@ -204,7 +205,7 @@ services:
204205 - dev
205206 networks :
206207 iceberg-net :
207- ipv4_address : 172.30.0 .5
208+ ipv4_address : 10.210.30 .5
208209 environment :
209210 MINIO_ROOT_USER : admin
210211 MINIO_ROOT_PASSWORD : password
@@ -374,7 +375,7 @@ networks:
374375 name : iceberg-net
375376 ipam :
376377 config :
377- - subnet : 172.30.0 .0/24
378+ - subnet : 10.210.30 .0/24
378379
379380volumes :
380381 kind-kubeconfig :
0 commit comments