Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
conbrad committed Jan 31, 2024
1 parent 718d7c0 commit e18cc9e
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 e18cc9e

Please sign in to comment.