mirror of
https://github.com/techno-tim/k3s-ansible.git
synced 2025-12-28 03:32:41 +01:00
fix(molecule): Reducing cores and memory
This commit is contained in:
@@ -6,8 +6,8 @@ driver:
|
||||
platforms:
|
||||
- name: control1
|
||||
box: generic/ubuntu2204
|
||||
memory: 2048
|
||||
cpus: 2
|
||||
memory: 1024
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -22,8 +22,8 @@ platforms:
|
||||
|
||||
- name: control2
|
||||
box: generic/ubuntu2204
|
||||
memory: 2048
|
||||
cpus: 2
|
||||
memory: 1024
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- master
|
||||
@@ -38,8 +38,8 @@ platforms:
|
||||
|
||||
- name: node1
|
||||
box: generic/ubuntu2204
|
||||
memory: 2048
|
||||
cpus: 2
|
||||
memory: 1024
|
||||
cpus: 1
|
||||
groups:
|
||||
- k3s_cluster
|
||||
- node
|
||||
|
||||
Reference in New Issue
Block a user