Compare commits
No commits in common. "f20add6b9ff21f391ef682380538ae248100512c" and "c05f4eeda22a695a0ef7bc20fc13bb40e56a39a4" have entirely different histories.
f20add6b9f
...
c05f4eeda2
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue