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/instance: peertube
|
||||||
app.kubernetes.io/name: peertube
|
app.kubernetes.io/name: peertube
|
||||||
strategy:
|
strategy:
|
||||||
type: Recreate
|
rollingUpdate:
|
||||||
|
maxSurge: 25%
|
||||||
|
maxUnavailable: 25%
|
||||||
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
@ -51,10 +54,6 @@ spec:
|
||||||
- containerPort: 9000
|
- containerPort: 9000
|
||||||
name: http
|
name: http
|
||||||
protocol: TCP
|
protocol: TCP
|
||||||
resources:
|
|
||||||
requests:
|
|
||||||
cpu: 25m
|
|
||||||
memory: 351198544
|
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
failureThreshold: 3
|
failureThreshold: 3
|
||||||
httpGet:
|
httpGet:
|
||||||
|
|
Loading…
Reference in New Issue