We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4b8fb2 commit 590e2caCopy full SHA for 590e2ca
1 file changed
workloads/ollama/ollama.yaml
@@ -94,18 +94,20 @@ spec:
94
port: 11434
95
targetPort: api
96
---
97
-apiVersion: networking.cfargotunnel.com/v1alpha1
98
-kind: TunnelBinding
+apiVersion: route.openshift.io/v1
+kind: Route
99
metadata:
100
- name: ollama
+ name: ollama-private
101
namespace: ollama
102
annotations:
103
argocd.argoproj.io/sync-wave: "2"
104
-tunnelRef:
105
- kind: ClusterTunnel
106
- name: cluster-apps
107
-subjects:
108
-- name: ollama
109
- spec:
110
- fqdn: ollama.makeitwork.cloud
111
- target: http://ollama.ollama.svc:11434
+spec:
+ host: ollama.apps.makeitwork.cloud
+ to:
+ kind: Service
+ name: ollama
+ port:
+ targetPort: api
+ tls:
112
+ termination: edge
113
+ insecureEdgeTerminationPolicy: Redirect
0 commit comments