mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2025-12-10 13:36:45 +03:00
Update deployment.yaml
This commit is contained in:
@@ -13,7 +13,7 @@ metadata:
|
|||||||
{{- toYaml .Values.deployment.labels | nindent 4 }}
|
{{- toYaml .Values.deployment.labels | nindent 4 }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
spec:
|
spec:
|
||||||
replicas: {{ .Values.replicaCount }}
|
replicas: 1
|
||||||
strategy:
|
strategy:
|
||||||
type: {{ .Values.deployment.strategy.type }}
|
type: {{ .Values.deployment.strategy.type }}
|
||||||
{{- if eq .Values.deployment.strategy.type "RollingUpdate" }}
|
{{- if eq .Values.deployment.strategy.type "RollingUpdate" }}
|
||||||
|
|||||||
Reference in New Issue
Block a user