mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
fix strategy spec
This commit is contained in:
parent
9b00782e10
commit
fbb0d7b581
@ -13,7 +13,8 @@ metadata:
|
||||
spec:
|
||||
replicas: {{ .Values.transcoder.replicaCount }}
|
||||
{{- with .Values.transcoder.updateStrategy }}
|
||||
strategy: {{ . }}
|
||||
strategy:
|
||||
{{- toYaml . | nindent 4 }}
|
||||
{{- end }}
|
||||
selector:
|
||||
matchLabels:
|
||||
|
@ -229,7 +229,8 @@ back:
|
||||
claimName: back-storage
|
||||
replicaCount: 1
|
||||
# default to recreate for better user experience with ReadWriteOnce volumes
|
||||
updateStrategy: Recreate
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
podLabels: {}
|
||||
deploymentAnnotations: {}
|
||||
podAnnotations: {}
|
||||
@ -375,7 +376,8 @@ transcoder:
|
||||
emptyDir: {}
|
||||
replicaCount: 1
|
||||
# default to recreate for better user experience with ReadWriteOnce volumes
|
||||
updateStrategy: Recreate
|
||||
updateStrategy:
|
||||
type: Recreate
|
||||
podLabels: {}
|
||||
deploymentAnnotations: {}
|
||||
podAnnotations: {}
|
||||
|
Loading…
x
Reference in New Issue
Block a user