Skip to content

Commit

Permalink
Update strategy type
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasSamson committed Nov 2, 2022
1 parent c970664 commit 3c3baae
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion charts/peertube/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: peertube
description: Peertube and Postgres deployment, based on https://github.com/coopgo/peertube-k8s
type: application
version: 1.0.6
version: 1.0.7
dependencies:
- name: postgresql
version: 11.9.7
Expand Down
2 changes: 2 additions & 0 deletions charts/peertube/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ metadata:
labels:
app: peertube
spec:
strategy:
type: recreate
replicas: 1
selector:
matchLabels:
Expand Down

0 comments on commit 3c3baae

Please sign in to comment.