Compare commits

..

3 Commits

Author SHA1 Message Date
domrichardson 47f3353d38 blah 2026-05-20 10:21:10 +01:00
domrichardson e8ed247dd5 blah 2026-05-20 10:17:12 +01:00
domrichardson fc4298fc94 blah 2026-05-20 10:16:24 +01:00
2 changed files with 127 additions and 124 deletions
+1
View File
@@ -8,6 +8,7 @@ spec:
{{- if not .Values.autoscaling.enabled }}
replicas: {{ .Values.replicaCount }}
{{- end }}
minReadySeconds: {{ .Values.minReadySeconds }}
selector:
matchLabels:
{{- include "my-app.selectorLabels" . | nindent 6 }}
+5 -3
View File
@@ -4,11 +4,13 @@
replicaCount: 1
minReadySeconds: 120
container1:
image:
repository: nginx
repository: ollama/ollama
pullPolicy: IfNotPresent
tag: "1.28-bookworm"
tag: "latest"
port: 80
container2:
@@ -22,7 +24,7 @@ container3:
image:
repository: nginx
pullPolicy: IfNotPresent
tag: "1.30"
tag: "1.26"
port: 8081
imagePullSecrets: []