Skip to content

Commit

Permalink
feat: change default postgres instances to 2 for all apps
Browse files Browse the repository at this point in the history
  • Loading branch information
kosmoz authored and pmig committed Dec 20, 2023
1 parent 46dc44e commit 6962474
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import io.fabric8.generator.annotation.Min

data class PostgresDatabaseSpec(
@field:Min(1.0)
val instances: Int = 1,
val instances: Int = 2,
override val backups: PostgresBackupsSpec? = null,
override val storage: PostgresStorageSpec? = null
) : DatabaseSpec

0 comments on commit 6962474

Please sign in to comment.