Compare commits
2 Commits
0deab1ad4b
...
bedbc191f9
Author | SHA1 | Date |
---|---|---|
Martyn | bedbc191f9 | |
Martyn | 1ae3f94553 |
|
@ -10,7 +10,7 @@ spec:
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
app: forgejo
|
app: forgejo
|
||||||
strategy: {}
|
strategy: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
@ -37,7 +37,10 @@ spec:
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: data
|
- name: data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
resources: {}
|
resources:
|
||||||
|
requests:
|
||||||
|
cpu: 224m
|
||||||
|
memory: 978270031
|
||||||
volumes:
|
volumes:
|
||||||
- name: data
|
- name: data
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
|
|
|
@ -44,9 +44,9 @@ spec:
|
||||||
- name: FORGEJO_INSTANCE_URL
|
- name: FORGEJO_INSTANCE_URL
|
||||||
value: http://forgejo.git.svc.cluster.local
|
value: http://forgejo.git.svc.cluster.local
|
||||||
resources:
|
resources:
|
||||||
limits:
|
requests:
|
||||||
cpu: "0.50"
|
cpu: 12m
|
||||||
memory: "64Mi"
|
memory: 3304504865
|
||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: runner-data
|
- name: runner-data
|
||||||
mountPath: /data
|
mountPath: /data
|
||||||
|
|
Loading…
Reference in New Issue