From eb48889e9eedf9854113c01648fff8073283489e Mon Sep 17 00:00:00 2001 From: wbsong111 Date: Thu, 9 Jan 2025 16:27:17 +0900 Subject: [PATCH] Update ingress tls setting --- charts/ollama/custom-values.yaml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/charts/ollama/custom-values.yaml b/charts/ollama/custom-values.yaml index b7e9321..1288e20 100644 --- a/charts/ollama/custom-values.yaml +++ b/charts/ollama/custom-values.yaml @@ -41,7 +41,11 @@ ingress: cert-manager.io/duration: 8760h cert-manager.io/renew-before: 720h hosts: - - host: ollama.inopt.paasup.io + - host: ollama.example.org paths: - path: / - pathType: Prefix \ No newline at end of file + pathType: Prefix + tls: + - hosts: + - ollama.example.org + secretName: ollama-tls-secret \ No newline at end of file