Skip to content

Commit

Permalink
nais: 0->1 instanser i test, og endret config til Postgres 16
Browse files Browse the repository at this point in the history
  • Loading branch information
jankroken-nav committed Sep 29, 2024
1 parent 907e23a commit ab4b47c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions nais/dev-gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
pool: nav-dev
gcp:
sqlInstances:
- type: POSTGRES_14
- type: POSTGRES_16
cascadingDelete: true
diskAutoresize: true
pointInTimeRecovery: true
Expand Down Expand Up @@ -87,8 +87,8 @@ spec:
runtime: java
replicas:
# TODO: Antall replikas er satt til 0 for å hindre ressursbruk mens applikasjonen er idle
min: 0
max: 0
min: 1
max: 1
resources:
limits:
cpu: "2"
Expand Down

0 comments on commit ab4b47c

Please sign in to comment.