Skip to content

Commit

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

0 comments on commit 718d7c0

Please sign in to comment.