You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/domains/Domain.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -121,7 +121,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
121
121
|`elasticSearchCredentials`| string | Fluentd elastic search credentials. A Kubernetes secret in the same namespace of the domain. It must contains 4 keys: elasticsearchhost - ElasticSearch Host Service Address, elasticsearchport - Elastic Search Service Port, elasticsearchuser - Elastic Search Service User Name, elasticsearchpassword - Elastic Search User Password |
122
122
|`env`| Array of [Env Var](k8s1.13.5.md#env-var)| A list of environment variables to set in the fluentd container. See `kubectl explain pods.spec.containers.env`. |
123
123
|`fluentdConfiguration`| string | The fluentd configuration text, specify your own custom fluentd configuration. |
124
-
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1|
124
+
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2|
125
125
|`imagePullPolicy`| string | The image pull policy for the Fluentd sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
126
126
|`resources`|[Resource Requirements](k8s1.13.5.md#resource-requirements)| Memory and CPU minimum requirements and limits for the fluentd container. See `kubectl explain pods.spec.containers.resources`. |
127
127
|`volumeMounts`| Array of [Volume Mount](k8s1.13.5.md#volume-mount)| Volume mounts for fluentd container |
@@ -143,7 +143,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
143
143
| Name | Type | Description |
144
144
| --- | --- | --- |
145
145
|`configuration`| Map | The configuration for the WebLogic Monitoring Exporter. If WebLogic Server instances are already running and have the monitoring exporter sidecar container, then changes to this field will be propagated to the exporter without requiring the restart of the WebLogic Server instances. |
146
-
|`image`| string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.3|
146
+
|`image`| string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5|
147
147
|`imagePullPolicy`| string | The image pull policy for the WebLogic Monitoring Exporter sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
148
148
|`port`| number | The port exposed by the WebLogic Monitoring Exporter running in the sidecar container. Defaults to 8080. The port value must not conflict with a port used by any WebLogic Server instance, including the ports of built-in channels or network access points (NAPs). |
149
149
|`resources`|[Resource Requirements](k8s1.13.5.md#resource-requirements)| Memory and CPU minimum requirements and limits for the Monitoring Exporter sidecar. See `kubectl explain pods.spec.containers.resources`. |
0 commit comments