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
@@ -99,7 +99,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
99
99
|`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 |
100
100
|`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`. |
101
101
|`fluentdConfiguration`| string | The fluentd configuration text, specify your own custom fluentd configuration. |
102
-
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.14.5-debian-elasticsearch7-1.1|
102
+
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2|
103
103
|`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. |
104
104
|`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`. |
105
105
|`volumeMounts`| Array of [Volume Mount](k8s1.13.5.md#volume-mount)| Volume mounts for fluentd container |
@@ -126,7 +126,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
126
126
| Name | Type | Description |
127
127
| --- | --- | --- |
128
128
|`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. |
129
-
|`image`| string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.4|
129
+
|`image`| string | The WebLogic Monitoring Exporter sidecar container image name. Defaults to ghcr.io/oracle/weblogic-monitoring-exporter:2.1.5|
130
130
|`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. |
131
131
|`port`| integer | 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). |
132
132
|`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