mirror of
				https://github.com/optim-enterprises-bv/homelab.git
				synced 2025-10-31 01:47:53 +00:00 
			
		
		
		
	fix(authelia): increase db disk size
This commit is contained in:
		| @@ -31,9 +31,9 @@ spec: | ||||
| #            spec: | ||||
| #              type: LoadBalancer | ||||
|   storage: | ||||
|     size: 512M | ||||
|     size: 1G | ||||
|     pvcTemplate: | ||||
|       storageClassName: proxmox-csi | ||||
|       volumeName: pv-authelia-postgres | ||||
|       volumeName: pv-authelia-database | ||||
|       accessModes: | ||||
|         - ReadWriteOnce | ||||
|   | ||||
| @@ -128,9 +128,9 @@ module "volumes" { | ||||
|       node = "euclid" | ||||
|       size = "1G" | ||||
|     } | ||||
|     pv-authelia-postgres = { | ||||
|     pv-authelia-database = { | ||||
|       node = "euclid" | ||||
|       size = "512M" | ||||
|       size = "1G" | ||||
|     } | ||||
|     pv-keycloak-postgres = { | ||||
|       node = "euclid" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Vegard Hagen
					Vegard Hagen