From 47e957e4440a0d9ea86d9c1474fc54506328e45d Mon Sep 17 00:00:00 2001 From: Lumpiasty Date: Thu, 27 Mar 2025 01:34:23 +0100 Subject: [PATCH] add cert-manager annotation to ollama ingress --- apps/ollama.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/apps/ollama.yaml b/apps/ollama.yaml index 4d9c44b..315eea1 100644 --- a/apps/ollama.yaml +++ b/apps/ollama.yaml @@ -108,6 +108,9 @@ kind: Ingress metadata: namespace: ollama name: ollama + annotations: + cert-manager.io/cluster-issuer: letsencrypt + acme.cert-manager.io/http01-edit-in-place: "true" spec: ingressClassName: nginx rules: