feat: update authentik chart to 2024.2

This commit is contained in:
cătălin 2024-02-21 21:54:07 +01:00
commit 5fa78a2cb0
No known key found for this signature in database
8 changed files with 76 additions and 76 deletions

View file

@ -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" {