Skip to content

Commit

Permalink
Prevent JVB pods from getting stuck on upgrade when using hostPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
spijet committed Jun 28, 2023
1 parent 5f26b04 commit efda673
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/jvb/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ spec:
selector:
matchLabels:
{{- include "jitsi-meet.jvb.selectorLabels" . | nindent 6 }}
{{- if .Values.jvb.useHostPort }}
strategy:
type: Recreate
{{- end }}
template:
metadata:
labels:
Expand Down

0 comments on commit efda673

Please sign in to comment.