Compare commits

..

No commits in common. "f20add6b9ff21f391ef682380538ae248100512c" and "c05f4eeda22a695a0ef7bc20fc13bb40e56a39a4" have entirely different histories.

1 changed files with 4 additions and 5 deletions

View File

@ -18,7 +18,10 @@ spec:
app.kubernetes.io/instance: peertube
app.kubernetes.io/name: peertube
strategy:
type: Recreate
rollingUpdate:
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template:
metadata:
creationTimestamp: null
@ -51,10 +54,6 @@ spec:
- containerPort: 9000
name: http
protocol: TCP
resources:
requests:
cpu: 25m
memory: 351198544
readinessProbe:
failureThreshold: 3
httpGet: