Skip to content

Commit

Permalink
Scaling down quotas.
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeny-pluzhnikov committed Jun 23, 2023
1 parent d7c19d7 commit e727255
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openshift/patroni.dc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,7 @@ parameters:
description: Maximum amount of CPU the container can use.
displayName: CPU Limit
required: true
value: "1"
value: "200m"
- name: MEMORY_REQUEST
description: Starting amount of memory the container can use.
displayName: Memory Request
Expand All @@ -378,7 +378,7 @@ parameters:
description: The size of the persistent volume to create.
displayName: Persistent Volume Size
required: true
value: 2Gi
value: 256Mi
- name: STORAGE_CLASS
description: The type of the persistent volume to create.
displayName: Persistent Volume Class
Expand Down

0 comments on commit e727255

Please sign in to comment.