Skip to content

Commit 241cea7

Browse files
committed
add resource requests input values
1 parent 83d5d16 commit 241cea7

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

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

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

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.
144+
#
145+
# serverPodMemoryRequest: "64Mi"
146+
# serverPodCpuRequest: "250m"
147+
# serverPodMemoryLimit: "1Gi"
148+
# serverPodCpuLimit: "1000m"
149+
138150
#
139151
# RCU configuration details
140152
#

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,17 @@ 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 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.
144+
#
145+
# serverPodMemoryRequest: "64Mi"
146+
# serverPodCpuRequest: "250m"
147+
# serverPodMemoryLimit: "1Gi"
148+
# serverPodCpuLimit: "1000m"
138149

139150
#
140151
# RCU configuration details

0 commit comments

Comments
 (0)