File tree Expand file tree Collapse file tree 3 files changed +0
-6
lines changed
documentation/staging/content/faq
kubernetes/charts/weblogic-operator Expand file tree Collapse file tree 3 files changed +0
-6
lines changed Original file line number Diff line number Diff line change @@ -48,7 +48,6 @@ externalRestHttpsPort: 31001
48
48
image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.2
49
49
imagePullPolicy: IfNotPresent
50
50
internalDebugHttpPort: 30999
51
- istioEnabled: false
52
51
javaLoggingLevel: INFO
53
52
logStashImage: logstash:6.6.0
54
53
remoteDebugNodePortEnabled: false
Original file line number Diff line number Diff line change 68
68
value: { { .javaLoggingFileSizeLimit | default 20000000 | quote } }
69
69
- name: "JAVA_LOGGING_COUNT"
70
70
value: { { .javaLoggingFileCount | default 10 | quote } }
71
- - name: ISTIO_ENABLED
72
- value: { { .istioEnabled | quote } }
73
71
{ {- if .remoteDebugNodePortEnabled } }
74
72
- name: "REMOTE_DEBUG_PORT"
75
73
value: { { .internalDebugHttpPort | quote } }
Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ externalRestHttpsPort: 31001
99
99
# kubernetes/samples/scripts/rest/generate-external-rest-identity.sh
100
100
# externalRestIdentitySecret:
101
101
102
- # istioEnabled specifies whether or not the Domain is deployed under an Istio service mesh.
103
- istioEnabled : false
104
-
105
102
# elkIntegrationEnabled specifies whether or not ELK integration is enabled.
106
103
elkIntegrationEnabled : false
107
104
You can’t perform that action at this time.
0 commit comments