Skip to content

Commit ce15da7

Browse files
committed
feat: add cert-manager certificate for private ollama route
1 parent d6c312a commit ce15da7

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

workloads/ollama/ollama.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,3 +111,20 @@ spec:
111111
tls:
112112
termination: edge
113113
insecureEdgeTerminationPolicy: Redirect
114+
certificate: "" # Use default ingress certificate
115+
---
116+
apiVersion: cert-manager.io/v1
117+
kind: Certificate
118+
metadata:
119+
name: ollama-cert
120+
namespace: ollama
121+
annotations:
122+
argocd.argoproj.io/sync-wave: "2"
123+
spec:
124+
secretName: ollama-tls
125+
issuerRef:
126+
name: letsencrypt-cloudflare
127+
kind: ClusterIssuer
128+
commonName: "ollama.apps.makeitwork.cloud"
129+
dnsNames:
130+
- "ollama.apps.makeitwork.cloud"

0 commit comments

Comments
 (0)