Skip to content

Commit 969521d

Browse files
committed
fix: name service port to match route targetPort
1 parent 987039b commit 969521d

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

workloads/ollama/ollama.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,8 @@ spec:
9090
selector:
9191
app: ollama
9292
ports:
93-
- protocol: TCP
93+
- name: api
94+
protocol: TCP
9495
port: 11434
9596
targetPort: api
9697
---

0 commit comments

Comments
 (0)