Compare commits
3 Commits
3b1a8bc050
..
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 47f3353d38 | |||
| e8ed247dd5 | |||
| fc4298fc94 |
@@ -8,6 +8,7 @@ spec:
|
|||||||
{{- if not .Values.autoscaling.enabled }}
|
{{- if not .Values.autoscaling.enabled }}
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: {{ .Values.replicaCount }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
minReadySeconds: {{ .Values.minReadySeconds }}
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
{{- include "my-app.selectorLabels" . | nindent 6 }}
|
{{- include "my-app.selectorLabels" . | nindent 6 }}
|
||||||
|
|||||||
+5
-3
@@ -4,11 +4,13 @@
|
|||||||
|
|
||||||
replicaCount: 1
|
replicaCount: 1
|
||||||
|
|
||||||
|
minReadySeconds: 120
|
||||||
|
|
||||||
container1:
|
container1:
|
||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: ollama/ollama
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.28-bookworm"
|
tag: "latest"
|
||||||
port: 80
|
port: 80
|
||||||
|
|
||||||
container2:
|
container2:
|
||||||
@@ -22,7 +24,7 @@ container3:
|
|||||||
image:
|
image:
|
||||||
repository: nginx
|
repository: nginx
|
||||||
pullPolicy: IfNotPresent
|
pullPolicy: IfNotPresent
|
||||||
tag: "1.30"
|
tag: "1.26"
|
||||||
port: 8081
|
port: 8081
|
||||||
|
|
||||||
imagePullSecrets: []
|
imagePullSecrets: []
|
||||||
|
|||||||
Reference in New Issue
Block a user