Skip to content

Commit c43ffce

Browse files
authored
Update deploy-gcz-on-aks.md
1 parent 2a714d8 commit c43ffce

File tree

1 file changed

+14
-12
lines changed

1 file changed

+14
-12
lines changed

articles/energy-data-services/includes/how-to/how-to-deploy-gcz/deploy-gcz-on-aks.md

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
9999
namespace: $NAMESPACE
100100
name: ignite
101101
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
104104
configuration:
105105
gcz_ignite_namespace: "$GCZ_IGNITE_NAMESPACE"
106106
gcz_ignite_service: "$GCZ_IGNITE_SERVICE"
@@ -115,6 +115,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
115115
type: LoadBalancer
116116
configuration:
117117
privateNetwork: "$PRIVATE_NETWORK"
118+
configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
118119
transformer:
119120
namespace: $NAMESPACE
120121
image:
@@ -157,8 +158,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
157158
namespace: $NAMESPACE
158159
name: ignite
159160
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
162163
configuration:
163164
gcz_ignite_namespace: "$GCZ_IGNITE_NAMESPACE"
164165
gcz_ignite_service: "$GCZ_IGNITE_SERVICE"
@@ -173,6 +174,7 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
173174
type: LoadBalancer
174175
configuration:
175176
privateNetwork: "$PRIVATE_NETWORK"
177+
configLoaderJs: "../../../../gcz-provider/gcz-provider-core/config/configLoader.js"
176178
transformer:
177179
namespace: $NAMESPACE
178180
image:
@@ -219,8 +221,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
219221
app: provider
220222
ports:
221223
- port: 80
222-
protocol: TCP
223-
targetPort: 8083
224+
protocol: TCP
225+
targetPort: 8083
224226
type: {{ $.Values.global.provider.service.type }}
225227
EOF
226228
@@ -237,8 +239,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
237239
app: transformer
238240
ports:
239241
- port: 80
240-
protocol: TCP
241-
targetPort: 8080
242+
protocol: TCP
243+
targetPort: 8080
242244
type: {{ $.Values.global.transformer.service.type }}
243245
EOF
244246
```
@@ -259,8 +261,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
259261
app: provider
260262
ports:
261263
- port: 80
262-
protocol: TCP
263-
targetPort: 8083
264+
protocol: TCP
265+
targetPort: 8083
264266
type: {{ $.Values.global.provider.service.type }}
265267
"@ | Out-File -FilePath ../provider/templates/service.yaml
266268
@@ -277,8 +279,8 @@ Learn how to deploy Geospatial Consumption Zone (GCZ) on Azure Kubernetes Servic
277279
app: transformer
278280
ports:
279281
- port: 80
280-
protocol: TCP
281-
targetPort: 8080
282+
protocol: TCP
283+
targetPort: 8080
282284
type: {{ $.Values.global.transformer.service.type }}
283285
"@ | Out-File -FilePath ../transformer/templates/service.yaml
284286
```

0 commit comments

Comments
 (0)