From 6b1bf338972f4497b43ff1d877b69d3f5410104c Mon Sep 17 00:00:00 2001 From: ducoterra Date: Sun, 18 Jul 2021 21:16:23 -0400 Subject: [PATCH] Update ha.yaml to include new pi-vault IP Using new pi-vault IP address for transit keys. Also disabling disruption budget. --- helm/ha.yaml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/helm/ha.yaml b/helm/ha.yaml index 65dcaff..b324af5 100644 --- a/helm/ha.yaml +++ b/helm/ha.yaml @@ -22,7 +22,7 @@ server: } seal "transit" { - address = "http://3.14.3.104:8200" + address = "https://3.14.3.105:8200" disable_renewal = "false" key_name = "autounseal" mount_path = "transit/" @@ -35,10 +35,13 @@ server: service_registration "kubernetes" {} + disruptionBudget: + enabled: false + dataStorage: enabled: true size: 32Gi - storageClass: null + storageClass: zfs-nfs-nvme accessMode: ReadWriteOnce ingress: