fix(molecule): lower resources for nodes

This commit is contained in:
Timothy Stewart
2024-01-25 09:30:02 -06:00
parent e2e9881f0f
commit 5ae8fd1223
3 changed files with 10 additions and 10 deletions

View File

@@ -6,7 +6,7 @@ driver:
platforms:
- name: control1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
@@ -22,7 +22,7 @@ platforms:
- name: control2
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
@@ -38,7 +38,7 @@ platforms:
- name: node1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster