Compare commits
No commits in common. "bedbc191f978a427dc69be2028c290d8a2b2e74f" and "0deab1ad4be3c56c1b48992808939574d4c14862" have entirely different histories.
bedbc191f9
...
0deab1ad4b
|
@ -10,7 +10,7 @@ spec:
|
|||
selector:
|
||||
matchLabels:
|
||||
app: forgejo
|
||||
strategy: Recreate
|
||||
strategy: {}
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
@ -37,10 +37,7 @@ spec:
|
|||
volumeMounts:
|
||||
- name: data
|
||||
mountPath: /data
|
||||
resources:
|
||||
requests:
|
||||
cpu: 224m
|
||||
memory: 978270031
|
||||
resources: {}
|
||||
volumes:
|
||||
- name: data
|
||||
persistentVolumeClaim:
|
||||
|
|
|
@ -44,9 +44,9 @@ spec:
|
|||
- name: FORGEJO_INSTANCE_URL
|
||||
value: http://forgejo.git.svc.cluster.local
|
||||
resources:
|
||||
requests:
|
||||
cpu: 12m
|
||||
memory: 3304504865
|
||||
limits:
|
||||
cpu: "0.50"
|
||||
memory: "64Mi"
|
||||
volumeMounts:
|
||||
- name: runner-data
|
||||
mountPath: /data
|
||||
|
|
Loading…
Reference in New Issue