Skip to content

Commit

Permalink
e2e: disable extraNetwork and set virtio memory provider for cpu-sys-…
Browse files Browse the repository at this point in the history
…fs-state-scaling
  • Loading branch information
mikhail-sakhnov committed Oct 31, 2024
1 parent a6a7934 commit 104c1d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ status:
status: "True"
cpus: 250m
memorySize: 1Gi
memoryProvider: DIMMSlots
memoryProvider: VirtioMem
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ spec:
min: 1
max: 5
use: 1
memoryProvider: DIMMSlots
memoryProvider: VirtioMem
rootDisk:
image: vm-postgres:15-bullseye
size: 8Gi
Expand All @@ -56,7 +56,7 @@ spec:
- name: monitor
port: 10301
extraNetwork:
enable: true
enable: false
disks:
- name: pgdata
mountPath: /var/lib/postgresql
Expand Down

0 comments on commit 104c1d5

Please sign in to comment.