feat: update authentik chart to 2024.2
This commit is contained in:
parent
e479cedfed
commit
5fa78a2cb0
8 changed files with 76 additions and 76 deletions
|
|
@ -17,14 +17,14 @@ provider "proxmox" {
|
|||
}
|
||||
|
||||
module "master1" {
|
||||
source = "../modules/proxmox-vm"
|
||||
vm_id = 3001
|
||||
vm_name = "master1.ramiel.fuku"
|
||||
node_name = "ramiel"
|
||||
ipconfig0 = "ip=192.168.1.31/24,gw=192.168.1.1"
|
||||
memory = 5120
|
||||
source = "../modules/proxmox-vm"
|
||||
vm_id = 3001
|
||||
vm_name = "master1.ramiel.fuku"
|
||||
node_name = "ramiel"
|
||||
ipconfig0 = "ip=192.168.1.31/24,gw=192.168.1.1"
|
||||
memory = 5120
|
||||
disk_storage_name = "storage"
|
||||
core_count = 2
|
||||
core_count = 2
|
||||
}
|
||||
|
||||
module "master2" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue