Skip to content

Commit

Permalink
Add resources for scylla
Browse files Browse the repository at this point in the history
  • Loading branch information
Pythoner6 committed Feb 17, 2024
1 parent 8fcd393 commit 0910392
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions k8s/gerrit/gerrit.cue
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,16 @@ kustomizations: $default: manifest: {
racks: [{
name: "us-east-1a"
members: 3
resources: {
requests: {
cpu: "1"
memory: "2Gi"
}
limits: {
cpu: "1"
memory: "2Gi"
}
}
storage: {
capacity: "10G"
storageClassName: "local-hostpath"
Expand Down

0 comments on commit 0910392

Please sign in to comment.