Skip to content

Commit

Permalink
fix(molecule): lower resources for nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
timothystewart6 committed Jan 25, 2024
1 parent e2e9881 commit 5ae8fd1
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
10 changes: 5 additions & 5 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ platforms:

- name: control1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -23,7 +23,7 @@ platforms:

- name: control2
box: generic/debian11
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -34,7 +34,7 @@ platforms:

- name: control3
box: generic/rocky9
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -45,7 +45,7 @@ platforms:

- name: node1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -61,7 +61,7 @@ platforms:

- name: node2
box: generic/rocky9
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand Down
6 changes: 3 additions & 3 deletions molecule/ipv6/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ driver:
platforms:
- name: control1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -22,7 +22,7 @@ platforms:

- name: control2
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand All @@ -38,7 +38,7 @@ platforms:

- name: node1
box: generic/ubuntu2204
memory: 4096
memory: 1024
cpus: 2
groups:
- k3s_cluster
Expand Down
4 changes: 2 additions & 2 deletions molecule/single_node/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ driver:
platforms:
- name: control1
box: generic/ubuntu2204
memory: 8192
cpus: 8
memory: 4096
cpus: 4
config_options:
# We currently can not use public-key based authentication on Ubuntu 22.04,
# see: https://github.com/chef/bento/issues/1405
Expand Down

0 comments on commit 5ae8fd1

Please sign in to comment.