Skip to content

Commit

Permalink
fix snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
achauve committed Jan 15, 2024
1 parent d847c1c commit d3fa090
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion packages/kontinuous/tests/__snapshots__/pg.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -514,8 +514,10 @@ spec:
imagePullPolicy: IfNotPresent
resources:
limits:
cpu: 4
memory: 1G
requests:
cpu: 100m
memory: 42Mb
storage:
size: 8Gi
Expand Down Expand Up @@ -550,7 +552,7 @@ spec:
pg_stat_statements.track: all
monitoring:
enablePodMonitor: true
priorityClassName: cnpg-high-priority
priorityClassName: cnpg-high-priority-2
bootstrap:
initdb:
database: test-pg
Expand Down

0 comments on commit d3fa090

Please sign in to comment.