Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e8ed247dd5 | |||
| fc4298fc94 |
@@ -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 }}
|
||||
|
||||
+3
-1
@@ -4,6 +4,8 @@
|
||||
|
||||
replicaCount: 1
|
||||
|
||||
minReadySeconds: 120
|
||||
|
||||
container1:
|
||||
image:
|
||||
repository: nginx
|
||||
@@ -22,7 +24,7 @@ container3:
|
||||
image:
|
||||
repository: nginx
|
||||
pullPolicy: IfNotPresent
|
||||
tag: "1.30"
|
||||
tag: "1.26"
|
||||
port: 8081
|
||||
|
||||
imagePullSecrets: []
|
||||
|
||||
Reference in New Issue
Block a user