Skip to content

Commit

Permalink
config
Browse files Browse the repository at this point in the history
  • Loading branch information
usrbinkat authored Sep 9, 2024
1 parent 1ffb5ac commit 5c03d88
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions pulumi/stacks/Pulumi.optiplexprime.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,20 +5,20 @@ config:
controlplane:
cpu_cores: 1 # Controlplane CPU cores
empty_disk_size: "0" # Controlplane empty disk size (0 for no empty disk)
image: docker.io/containercraft/omni:1.7.6 # Image to use for workers
image: docker.io/containercraft/omni:1.7.6 # Image to use for controlplane
memory_size: "2" # Controlplane memory in GiB
network_name: "br0" # Multus network name for controlplane
replicas: ha # Specifies 'single' (1) or 'ha' (3) for controlplane replicas
replicas: ha # Specifies 'single' (1) or 'ha' (3) replicas
root_disk_size: "32" # Controlplane root disk size in GiB
enabled: true # Disable Talos deployment (set to true if needed)
running: true # Disable Talos deployment (set to true if needed)
enabled: true # Enable Talos deployment
running: false # Kargo-on-Kargo Dev Cluster Running/Stopped
workers:
cpu_cores: 3 # Worker CPU cores
empty_disk_size: "16" # Worker empty disk size in GiB
empty_disk_size: "16" # Extra disk size in GiB, set 0 to disable
image: docker.io/containercraft/omni:1.7.6 # Image to use for workers
memory_size: "6" # Worker memory in GiB
network_name: "br0" # Multus network name for workers
replicas: 2 # Number of worker replicas
root_disk_size: "64" # Worker root disk size in GiB
replicas: 2 # Worker replicas, set 0 to disable workers vmpool
root_disk_size: "64" # Root disk size in GiB
kargo:vm: # Ubuntu VM deployment configuration
enabled: false # Disable VM deployment (set to true if needed)

0 comments on commit 5c03d88

Please sign in to comment.