Skip to content

Commit

Permalink
Fix crunchy resource config (#3365)
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad authored Jan 31, 2024
1 parent 718d7c0 commit e86d7fc
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions openshift/templates/crunchy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,12 +89,13 @@ objects:
instances:
- name: crunchy
replicas: 1
requests:
cpu: ${CPU_REQUEST}
memory: ${MEMORY_REQUEST}
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
resources:
requests:
cpu: ${CPU_REQUEST}
memory: ${MEMORY_REQUEST}
limits:
cpu: ${CPU_LIMIT}
memory: ${MEMORY_LIMIT}
dataVolumeClaimSpec:
accessModes:
- "ReadWriteOnce"
Expand Down

0 comments on commit e86d7fc

Please sign in to comment.