Skip to content

Commit e595cf5

Browse files
add updated YAML file, jenkins-ignore
1 parent 155ba39 commit e595cf5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

kubernetes/samples/scripts/create-fmw-infrastructure-domain/create-domain-inputs.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ managedServerPort: 8001
4343
# and has all the necessary patches applied; a `docker pull` is required if you already have this image.
4444
# Refer to https://oracle.github.io/weblogic-kubernetes-operator/userguide/managing-domains/fmw-infra/
4545
# 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
4747

4848
# Image pull policy
4949
# Legal values are "IfNotPresent", "Always", or "Never"
@@ -76,7 +76,7 @@ t3ChannelPort: 30012
7676
# kubernetes server address, which you can get by running "kubectl cluster-info". If this
7777
# value is not set to that address, WLST will not be able to connect from outside the
7878
# kubernetes cluster.
79-
#t3PublicAddress:
79+
#t3PublicAddress:
8080

8181
# Boolean to indicate if the channel should be exposed as a service
8282
exposeAdminT3Channel: false

0 commit comments

Comments
 (0)