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
4848image: ghcr.io/oracle/weblogic-kubernetes-operator:3.2.2
4949imagePullPolicy: IfNotPresent
5050internalDebugHttpPort: 30999
51- istioEnabled: false
5251javaLoggingLevel: INFO
5352logStashImage: logstash:6.6.0
5453remoteDebugNodePortEnabled: false
Original file line number Diff line number Diff line change 6868 value: { { .javaLoggingFileSizeLimit | default 20000000 | quote } }
6969 - name: "JAVA_LOGGING_COUNT"
7070 value: { { .javaLoggingFileCount | default 10 | quote } }
71- - name: ISTIO_ENABLED
72- value: { { .istioEnabled | quote } }
7371 { {- if .remoteDebugNodePortEnabled } }
7472 - name: "REMOTE_DEBUG_PORT"
7573 value: { { .internalDebugHttpPort | quote } }
Original file line number Diff line number Diff line change @@ -99,9 +99,6 @@ externalRestHttpsPort: 31001
9999# kubernetes/samples/scripts/rest/generate-external-rest-identity.sh
100100# externalRestIdentitySecret:
101101
102- # istioEnabled specifies whether or not the Domain is deployed under an Istio service mesh.
103- istioEnabled : false
104-
105102# elkIntegrationEnabled specifies whether or not ELK integration is enabled.
106103elkIntegrationEnabled : false
107104
You can’t perform that action at this time.
0 commit comments