From 61eb2cb68e917ffdb7c739d69b7f4229ba6574e8 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Wed, 22 Jan 2025 05:41:34 -0600 Subject: [PATCH] update --- infra/vault/templates/ingress.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/infra/vault/templates/ingress.yaml b/infra/vault/templates/ingress.yaml index bcb849e..406263a 100644 --- a/infra/vault/templates/ingress.yaml +++ b/infra/vault/templates/ingress.yaml @@ -13,6 +13,6 @@ spec: services: - name: vault port: 8200 - scheme: http + scheme: https tls: secretName: vault-tls