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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
102
102
|`elasticSearchCredentials`| string | Fluentbit 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 |
103
103
|`env`| Array of [Env Var](k8s1.28.2.md#env-var)| A list of environment variables to set in the fluentbit container. See `kubectl explain pods.spec.containers.env`. |
104
104
|`fluentbitConfiguration`| string | The Fluentbit configuration text, specify your own custom fluentbit configuration. |
105
-
|`image`| string | The Fluentbit container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2|
105
+
|`image`| string | The Fluentbit container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.19-debian-elasticsearch7-1 |
106
106
|`imagePullPolicy`| string | The image pull policy for the Fluentbit sidecar container image. Legal values are Always, Never, and IfNotPresent. Defaults to Always if image ends in :latest; IfNotPresent, otherwise. |
107
107
|`parserConfiguration`| string | The Fluentbit parser configuration text, specify your own custom fluentbit configuration. |
108
108
|`resources`|[Resource Requirements](k8s1.28.2.md#resource-requirements)| Memory and CPU minimum requirements and limits for the fluentbit container. See `kubectl explain pods.spec.containers.resources`. |
@@ -118,7 +118,7 @@ The current status of the operation of the WebLogic domain. Updated automaticall
118
118
|`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 |
119
119
|`env`| Array of [Env Var](k8s1.28.2.md#env-var)| A list of environment variables to set in the fluentd container. See `kubectl explain pods.spec.containers.env`. |
120
120
|`fluentdConfiguration`| string | The fluentd configuration text, specify your own custom fluentd configuration. |
121
-
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.16.1-debian-elasticsearch7-1.2|
121
+
|`image`| string | The Fluentd container image name. Defaults to fluent/fluentd-kubernetes-daemonset:v1.19-debian-elasticsearch7-1 |
122
122
|`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. |
123
123
|`resources`|[Resource Requirements](k8s1.28.2.md#resource-requirements)| Memory and CPU minimum requirements and limits for the fluentd container. See `kubectl explain pods.spec.containers.resources`. |
124
124
|`volumeMounts`| Array of [Volume Mount](k8s1.28.2.md#volume-mount)| Volume mounts for fluentd container |
0 commit comments