Skip to content

Commit

Permalink
added resourcesPreset: xlarge for cassandra app because it failed to …
Browse files Browse the repository at this point in the history
…start with default large preset (#2769)
  • Loading branch information
artem-akulshin committed Mar 20, 2024
1 parent 80b3a5d commit b5df959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkg/app/cassandra.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ func NewCassandraInstance(name string) App {
"image.tag": "v9.99.9-dev",
"image.pullPolicy": "Always",
"replicaCount": "1",
"resourcesPreset": "xlarge",
},
},
}
Expand Down

0 comments on commit b5df959

Please sign in to comment.