Skip to content

Commit 83d5d16

Browse files
committed
update comment for resources related input values
1 parent 3f6086b commit 83d5d16

File tree

2 files changed

+12
-6
lines changed

2 files changed

+12
-6
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-in-image/create-domain-inputs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,12 @@ domainHomeImageBase: container-registry.oracle.com/middleware/weblogic:12.2.1.3
135135
# which uses WDT, instead of WLST, to generate the domain configuration.
136136
domainHomeImageBuildPath: ./docker-images/OracleWebLogic/samples/12213-domain-home-in-image
137137

138-
# Uncomment and edit value(s) below to specify resource requests and limits of
139-
# each server pod. This is optional.
140-
# Please refer to the kubernetes documentation on meaning of the values.
138+
# Uncomment and edit value(s) below to specify the maximum amount of
139+
# compute resources allowed, and minimum amount of compute resources
140+
# required for each server pod.
141+
# These are optional.
142+
# Please refer to the kubernetes documentation on Managing Compute
143+
# Resources for Containers for details.
141144
#
142145
# serverPodMemoryRequest: "64Mi"
143146
# serverPodCpuRequest: "250m"

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/create-domain-inputs.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,12 @@ createDomainScriptName: create-domain-job.sh
135135
# so that the Kubernetes pod can use the scripts and supporting files to create a domain home.
136136
createDomainFilesDir: wlst
137137

138-
# Uncomment and edit value(s) below to specify resource requests and limits of
139-
# each server pod. This is optional.
140-
# Please refer to the kubernetes documentation on meaning of the values.
138+
# Uncomment and edit value(s) below to specify the maximum amount of
139+
# compute resources allowed, and minimum amount of compute resources
140+
# required for each server pod.
141+
# These are optional.
142+
# Please refer to the kubernetes documentation on Managing Compute
143+
# Resources for Containers for details.
141144
#
142145
# serverPodMemoryRequest: "64Mi"
143146
# serverPodCpuRequest: "250m"

0 commit comments

Comments
 (0)