File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
kubernetes/samples/scripts/create-fmw-infrastructure-domain Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ managedServerPort: 8001
43
43
# and has all the necessary patches applied; a `docker pull` is required if you already have this image.
44
44
# Refer to https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/fmw-infra/
45
45
# for details on how to obtain or create the image.
46
- image : oracle/fmw-infrastructure:12.2.1.3
46
+ image : container-registry. oracle.com/middleware /fmw-infrastructure:12.2.1.3
47
47
48
48
# Image pull policy
49
49
# Legal values are "IfNotPresent", "Always", or "Never"
@@ -76,7 +76,7 @@ t3ChannelPort: 30012
76
76
# kubernetes server address, which you can get by running "kubectl cluster-info". If this
77
77
# value is not set to that address, WLST will not be able to connect from outside the
78
78
# kubernetes cluster.
79
- # t3PublicAddress:
79
+ # t3PublicAddress:
80
80
81
81
# Boolean to indicate if the channel should be exposed as a service
82
82
exposeAdminT3Channel : false
You can’t perform that action at this time.
0 commit comments