Compare commits

...

2 Commits

Author SHA1 Message Date
Martyn f20add6b9f Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 16:07:24 +00:00
Martyn db6646f03d Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 16:06:25 +00:00
1 changed files with 5 additions and 4 deletions

View File

@ -18,10 +18,7 @@ spec:
app.kubernetes.io/instance: peertube app.kubernetes.io/instance: peertube
app.kubernetes.io/name: peertube app.kubernetes.io/name: peertube
strategy: strategy:
rollingUpdate: type: Recreate
maxSurge: 25%
maxUnavailable: 25%
type: RollingUpdate
template: template:
metadata: metadata:
creationTimestamp: null creationTimestamp: null
@ -54,6 +51,10 @@ 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: