Compare commits

..

2 Commits

Author SHA1 Message Date
Martyn 7ca8b1f112 Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:37:47 +00:00
Martyn a2d8ed4b9e Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:37:17 +00:00
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,8 @@ metadata:
name: cryptpad
spec:
replicas: 1
strategy:
type: Recreate
selector:
matchLabels:
app.kubernetes.io/name: cryptpad
@ -29,6 +31,10 @@ spec:
port: http
timeoutSeconds: 10
name: cryptpad
resources:
requests:
cpu: 25m
memory: 587804717
ports:
- containerPort: 3000
name: http