File tree Expand file tree Collapse file tree 3 files changed +181
-83
lines changed
integration-tests/src/test/java/oracle/weblogic/kubernetes Expand file tree Collapse file tree 3 files changed +181
-83
lines changed Original file line number Diff line number Diff line change @@ -182,11 +182,11 @@ pipeline {
182
182
)
183
183
string(name: 'MONITORING_EXPORTER_WEBAPP_VERSION',
184
184
description: '',
185
- defaultValue: '2.0.7 '
185
+ defaultValue: '2.1.2 '
186
186
)
187
187
string(name: 'PROMETHEUS_CHART_VERSION',
188
188
description: '',
189
- defaultValue: '15.2 .0'
189
+ defaultValue: '17.0 .0'
190
190
)
191
191
string(name: 'GRAFANA_CHART_VERSION',
192
192
description: '',
@@ -349,7 +349,7 @@ pipeline {
349
349
podman stop "${registry_name}"
350
350
podman rm --force "${registry_name}"
351
351
fi
352
-
352
+
353
353
podman run -d --restart=always -p "127.0.0.1:${registry_port}:5000" --name "${registry_name}" \
354
354
${ocir_host}/${wko_tenancy}/test-images/docker/registry:2.8.2
355
355
echo "Registry Host: ${registry_host}"
@@ -394,6 +394,17 @@ nodes:
394
394
- containerPort: 30443
395
395
hostPort: 2443
396
396
protocol: TCP
397
+ - containerPort: 31880
398
+ hostPort: 2180
399
+ protocol: TCP
400
+ - containerPort: 31443
401
+ hostPort: 2543
402
+ - containerPort: 30881
403
+ hostPort: 2081
404
+ protocol: TCP
405
+ - containerPort: 30444
406
+ hostPort: 2444
407
+ protocol: TCP
397
408
- containerPort: 32480
398
409
hostPort: 2480
399
410
- containerPort: 32490
@@ -409,7 +420,19 @@ nodes:
409
420
protocol: TCP
410
421
- containerPort: 32170
411
422
hostPort: 2173
412
- protocol: TCP
423
+ protocol: TCP
424
+ - containerPort: 32189
425
+ hostPort: 2182
426
+ protocol: TCP
427
+ - containerPort: 32185
428
+ hostPort: 2175
429
+ protocol: TCP
430
+ - containerPort: 32143
431
+ hostPort: 2143
432
+ protocol: TCP
433
+ - containerPort: 32343
434
+ hostPort: 2343
435
+ protocol: TCP
413
436
extraMounts:
414
437
- hostPath: ${pv_root}
415
438
containerPath: ${pv_root}
You can’t perform that action at this time.
0 commit comments