We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6c312a commit ce15da7Copy full SHA for ce15da7
1 file changed
workloads/ollama/ollama.yaml
@@ -111,3 +111,20 @@ spec:
111
tls:
112
termination: edge
113
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