Files
config/hosts.incl/common.yaml

36 lines
558 B
YAML
Raw Normal View History

2025-11-02 18:31:13 +01:00
#!include common
#!include hosts.incl/layers
2023-05-15 14:36:48 +00:00
2025-11-02 18:31:13 +01:00
bootstrap_config: bootstrap
config: system
2023-05-15 14:36:48 +00:00
vars:
2025-11-02 18:31:13 +01:00
boot_v2: true
bootstrap_auths:
- name: "my-user"
sshKey: "ssh-ed25519 xxx my-user"
ssh_keys:
- "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILIomzqVAIqb7BedauhAo2VgbLqme5Jx/vjGUqZLoJqF gfenollar@novit.io"
2023-05-15 14:36:48 +00:00
is_master: false
is_master_active: false
system_reserved:
cpu: 100m
memory: 256Mi
kube_reserved:
cpu: 200m
memory: 256Mi
2025-11-02 18:31:13 +01:00
extra_routes: []
kubelet:
maxPods: 250
extra_kubelet_config: ""
cri_o: false