Adding the VPA recommended numbers
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
0deab1ad4b
commit
1ae3f94553
|
@ -37,7 +37,10 @@ spec:
|
|||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
resources: {}
|
||||
resources:
|
||||
requests:
|
||||
cpu: 224m
|
||||
memory: 978270031
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue