Skip to content

Commit 3cc3dc4

Browse files
committed
fix: correct TunnelBinding schema
1 parent 0c874a4 commit 3cc3dc4

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

workloads/ollama/ollama.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -101,12 +101,11 @@ metadata:
101101
namespace: ollama
102102
annotations:
103103
argocd.argoproj.io/sync-wave: "2"
104-
spec:
105-
tunnelRef:
106-
kind: ClusterTunnel
107-
name: cluster-apps
108-
subjects:
109-
- name: ollama
110-
spec:
111-
fqdn: ollama.makeitwork.cloud
112-
target: http://ollama.ollama.svc:11434
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

0 commit comments

Comments
 (0)