Skip to content

Commit

Permalink
YugabyteDB dummy less resources
Browse files Browse the repository at this point in the history
  • Loading branch information
perdelt committed Sep 30, 2023
1 parent bcacaff commit b34555a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions k8s/deploymenttemplate-YugabyteDB.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ spec:
#- {containerPort: 5433}
#- {containerPort: 9042}
resources:
limits: {cpu: 16000m, memory: 128Gi}
requests: {cpu: 16000m, memory: 128Gi}
limits: {cpu: 1000m, memory: 1Gi}
requests: {cpu: 1000m, memory: 1Gi}
#, ephemeral-storage: "1536Gi"}
volumeMounts:
- {mountPath: /data, name: benchmark-data-volume}
Expand Down

0 comments on commit b34555a

Please sign in to comment.