@@ -106,11 +106,11 @@ create the namespace in which you want to run the domain
106
106
and label it for automatic injection before deploying your domain.
107
107
108
108
``` shell
109
- $ kubectl create namespace domain1
109
+ $ kubectl create namespace sample- domain1
110
110
```
111
111
112
112
``` shell
113
- $ kubectl label namespace domain1 istio-injection=enabled
113
+ $ kubectl label namespace sample- domain1 istio-injection=enabled
114
114
```
115
115
116
116
##### Configuring the domain resource
@@ -149,7 +149,7 @@ istio-ingressgateway-5c7d8d7b5d-tjgtd.istio-system SYNCED SY
149
149
sample-domain1-admin-server.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
150
150
sample-domain1-managed-server1.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
151
151
sample-domain1-managed-server2.sample-domain1-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
152
- weblogic-operator-7d86fffbdd-5dxzt.sample- weblogic-operator-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
152
+ weblogic-operator-7d86fffbdd-5dxzt.weblogic-operator-ns SYNCED SYNCED SYNCED SYNCED istio-pilot-6cfcdb75dd-87lqm 1.5.4
153
153
```
154
154
155
155
#### Exposing applications in Istio-enabled domains
@@ -169,7 +169,7 @@ apiVersion: networking.istio.io/v1alpha3
169
169
kind : Gateway
170
170
metadata :
171
171
name : domain1-gateway
172
- namespace : domain1
172
+ namespace : sample- domain1
173
173
spec :
174
174
selector :
175
175
istio : ingressgateway
@@ -185,7 +185,7 @@ apiVersion: networking.istio.io/v1alpha3
185
185
kind : VirtualService
186
186
metadata :
187
187
name : domain1-virtualservice
188
- namespace : domain1
188
+ namespace : sample- domain1
189
189
spec :
190
190
gateways :
191
191
- domain1-gateway
@@ -358,7 +358,7 @@ apiVersion: security.istio.io/v1beta1
358
358
kind: AuthorizationPolicy
359
359
metadata:
360
360
name: privaccess
361
- namespace: domain1-ns
361
+ namespace: sample- domain1-ns
362
362
spec:
363
363
action: ALLOW
364
364
rules:
@@ -453,17 +453,17 @@ spec:
453
453
hosts:
454
454
- 'regular-domain.org'
455
455
```
456
-
457
- If you are accessing the WebLogic Console through a secure gateway with SSL termination at the gateway level, enable
456
+
457
+ If you are accessing the WebLogic Console through a secure gateway with SSL termination at the gateway level, enable
458
458
` WeblogicPluginEnabled ` in the WebLogic domain and add the appropriate request headers. For example,
459
-
459
+
460
460
If you are using WDT, add the ` resources ` section in the model YAML file.
461
-
461
+
462
462
``` text
463
463
resources:
464
464
WebAppContainer:
465
465
WeblogicPluginEnabled: true
466
- ```
466
+ ```
467
467
468
468
If you are using WLST, set the ` WeblogicPluginEnabled ` for each server and cluster
469
469
0 commit comments