Skip to content

Commit

Permalink
Oppgrader til postgres 15 i dev
Browse files Browse the repository at this point in the history
  • Loading branch information
Oddsor committed Jul 5, 2024
1 parent 079829c commit 1bf6782
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions .nais/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ db-tier: db-f1-micro
memory-limit: 3000Mi
memory-requests: 1000Mi
unleash-environment: development
postgres-version: POSTGRES_15
2 changes: 1 addition & 1 deletion .nais/nais.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ spec:
leaderElection: true
gcp:
sqlInstances:
- type: POSTGRES_11
- type: {{postgres-version}}
tier: {{db-tier}}
databases:
- name: tiltak-refusjon
Expand Down
1 change: 1 addition & 0 deletions .nais/prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,4 @@ db-tier: db-custom-2-7680
memory-limit: 6000Mi
memory-requests: 4000Mi
unleash-environment: production
postgres-version: POSTGRES_11

0 comments on commit 1bf6782

Please sign in to comment.