Update ha.yaml to include new pi-vault IP
Using new pi-vault IP address for transit keys. Also disabling disruption budget.
This commit is contained in:
@@ -22,7 +22,7 @@ server:
|
|||||||
}
|
}
|
||||||
|
|
||||||
seal "transit" {
|
seal "transit" {
|
||||||
address = "http://3.14.3.104:8200"
|
address = "https://3.14.3.105:8200"
|
||||||
disable_renewal = "false"
|
disable_renewal = "false"
|
||||||
key_name = "autounseal"
|
key_name = "autounseal"
|
||||||
mount_path = "transit/"
|
mount_path = "transit/"
|
||||||
@@ -35,10 +35,13 @@ server:
|
|||||||
|
|
||||||
service_registration "kubernetes" {}
|
service_registration "kubernetes" {}
|
||||||
|
|
||||||
|
disruptionBudget:
|
||||||
|
enabled: false
|
||||||
|
|
||||||
dataStorage:
|
dataStorage:
|
||||||
enabled: true
|
enabled: true
|
||||||
size: 32Gi
|
size: 32Gi
|
||||||
storageClass: null
|
storageClass: zfs-nfs-nvme
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
|
|
||||||
ingress:
|
ingress:
|
||||||
|
|||||||
Reference in New Issue
Block a user