Compare commits

..

2 Commits

Author SHA1 Message Date
Martyn bedbc191f9 Has PVC, no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:22:34 +00:00
Martyn 1ae3f94553 Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
2024-10-03 15:22:02 +00:00
2 changed files with 8 additions and 5 deletions

View File

@ -10,7 +10,7 @@ spec:
selector:
matchLabels:
app: forgejo
strategy: {}
strategy: Recreate
template:
metadata:
creationTimestamp: null
@ -37,7 +37,10 @@ spec:
volumeMounts:
- name: data
mountPath: /data
resources: {}
resources:
requests:
cpu: 224m
memory: 978270031
volumes:
- name: data
persistentVolumeClaim:

View File

@ -44,9 +44,9 @@ spec:
- name: FORGEJO_INSTANCE_URL
value: http://forgejo.git.svc.cluster.local
resources:
limits:
cpu: "0.50"
memory: "64Mi"
requests:
cpu: 12m
memory: 3304504865
volumeMounts:
- name: runner-data
mountPath: /data