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