Skip to content

Commit 8b19e58

Browse files
committed
fix: increase haproxy timeout for ollama route
1 parent 969521d commit 8b19e58

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

workloads/ollama/ollama.yaml

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,16 +2,10 @@ apiVersion: v1
22
kind: Namespace
33
metadata:
44
name: ollama
5-
annotations:
6-
argocd.argoproj.io/sync-wave: "0"
7-
---
8-
apiVersion: v1
9-
kind: PersistentVolumeClaim
10-
metadata:
11-
name: ollama-data
12-
namespace: ollama
135
annotations:
146
argocd.argoproj.io/sync-wave: "2"
7+
haproxy.router.openshift.io/timeout: 5m
8+
159
argocd.argoproj.io/sync-options: Delete=false,Prune=false
1610
argocd.argoproj.io/ignore-healthcheck: "true"
1711
spec:

0 commit comments

Comments
 (0)