大量的更新工作
This commit is contained in:
@@ -462,7 +462,7 @@ metadata:
|
||||
app.kubernetes.io/managed-by: octopus
|
||||
app.kubernetes.io/component: replica
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 0
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: redis-db
|
||||
@@ -495,9 +495,9 @@ spec:
|
||||
containers:
|
||||
- name: redis
|
||||
{{- if .HarborPort }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/redis:6.2.14-debian-11-r1
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}:{{ .HarborPort }}/cmii/redis:6.2.14-debian-11-r19
|
||||
{{- else }}
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}redis:6.2.14-debian-11-r1
|
||||
image: {{ .HarborIPOrCustomImagePrefix }}redis:6.2.14-debian-11-r19
|
||||
{{- end }}
|
||||
imagePullPolicy: "Always"
|
||||
securityContext:
|
||||
|
||||
Reference in New Issue
Block a user