@@ -99,8 +99,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
99
99
namespace: $NAMESPACE
100
100
name: ignite
101
101
image:
102
- name: community.opengroup.org:5555/osdu/platform/consumption/geospatial/ gridgain- community
103
- tag: 8.8.34
102
+ name: gridgain/ community
103
+ tag: 8.8.43
104
104
configuration:
105
105
gcz_ignite_namespace: "$GCZ_IGNITE_NAMESPACE "
106
106
gcz_ignite_service: "$GCZ_IGNITE_SERVICE "
@@ -115,6 +115,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
115
115
type: LoadBalancer
116
116
configuration:
117
117
privateNetwork: "$PRIVATE_NETWORK "
118
+ configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
118
119
transformer:
119
120
namespace: $NAMESPACE
120
121
image:
@@ -157,8 +158,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
157
158
namespace: $NAMESPACE
158
159
name: ignite
159
160
image:
160
- name: community.opengroup.org:5555/osdu/platform/consumption/geospatial/ gridgain- community
161
- tag: 8.8.34
161
+ name: gridgain/ community
162
+ tag: 8.8.43
162
163
configuration:
163
164
gcz_ignite_namespace: "$GCZ_IGNITE_NAMESPACE "
164
165
gcz_ignite_service: "$GCZ_IGNITE_SERVICE "
@@ -173,6 +174,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
173
174
type: LoadBalancer
174
175
configuration:
175
176
privateNetwork: "$PRIVATE_NETWORK "
177
+ configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
176
178
transformer:
177
179
namespace: $NAMESPACE
178
180
image:
@@ -219,8 +221,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
219
221
app: provider
220
222
ports:
221
223
- port: 80
222
- protocol: TCP
223
- targetPort: 8083
224
+ protocol: TCP
225
+ targetPort: 8083
224
226
type: {{ $.Values.global.provider.service.type }}
225
227
EOF
226
228
@@ -237,8 +239,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
237
239
app: transformer
238
240
ports:
239
241
- port: 80
240
- protocol: TCP
241
- targetPort: 8080
242
+ protocol: TCP
243
+ targetPort: 8080
242
244
type: {{ $.Values.global.transformer.service.type }}
243
245
EOF
244
246
` ` `
@@ -259,8 +261,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
259
261
app: provider
260
262
ports:
261
263
- port: 80
262
- protocol: TCP
263
- targetPort: 8083
264
+ protocol: TCP
265
+ targetPort: 8083
264
266
type: {{ $.Values.global.provider.service.type }}
265
267
"@ | Out-File -FilePath ../provider/templates/service.yaml
266
268
@@ -277,8 +279,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
277
279
app: transformer
278
280
ports:
279
281
- port: 80
280
- protocol: TCP
281
- targetPort: 8080
282
+ protocol: TCP
283
+ targetPort: 8080
282
284
type: {{ $.Values.global.transformer.service.type }}
283
285
"@ | Out-File -FilePath ../transformer/templates/service.yaml
284
286
` ` `
0 commit comments