-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathprivatecloud.yaml.example
More file actions
44 lines (40 loc) · 999 Bytes
/
Copy pathprivatecloud.yaml.example
File metadata and controls
44 lines (40 loc) · 999 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
cluster_name: my-private-cloud
provider: bare-metal # or "proxmox" or "morpheus"
k3s_version: v1.29.0+k3s1
nodes:
- host: 192.168.1.10
user: root
role: master
- host: 192.168.1.11
user: root
role: worker
# Uncomment and configure if provider: proxmox
# proxmox:
# url: https://192.168.1.100:8006/api2/json
# token_id: root@pam!mytoken
# token_secret: your-secret-here
# node: pve
# template: ubuntu-2204-template
# master_count: 1
# worker_count: 2
# storage: local-lvm
# bridge: vmbr0
# Uncomment and configure if provider: morpheus
# morpheus:
# url: https://morpheus.example.com
# username: admin
# password: ${MORPHEUS_PASSWORD}
# group_name: My Group
# cloud_name: My Cloud
# instance_type_name: Ubuntu
# layout_name: VMware VM
# plan_name: 1 CPU, 2GB Memory
# master_count: 1
# worker_count: 2
# cloud_type: vmware
services:
metallb: true
ingress_nginx: true
cert_manager: true
monitoring: true
longhorn: true