We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969521d commit 8b19e58Copy full SHA for 8b19e58
1 file changed
workloads/ollama/ollama.yaml
@@ -2,16 +2,10 @@ apiVersion: v1
2
kind: Namespace
3
metadata:
4
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
13
annotations:
14
argocd.argoproj.io/sync-wave: "2"
+ haproxy.router.openshift.io/timeout: 5m
+
15
argocd.argoproj.io/sync-options: Delete=false,Prune=false
16
argocd.argoproj.io/ignore-healthcheck: "true"
17
spec:
0 commit comments