Compare commits

..

No commits in common. "bedbc191f978a427dc69be2028c290d8a2b2e74f" and "0deab1ad4be3c56c1b48992808939574d4c14862" have entirely different histories.

2 changed files with 5 additions and 8 deletions

View File

@ -10,7 +10,7 @@ spec:
selector: selector:
matchLabels: matchLabels:
app: forgejo app: forgejo
strategy: Recreate strategy: {}
template: template:
metadata: metadata:
creationTimestamp: null creationTimestamp: null
@ -37,10 +37,7 @@ 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:

View File

@ -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:
requests: limits:
cpu: 12m cpu: "0.50"
memory: 3304504865 memory: "64Mi"
volumeMounts: volumeMounts:
- name: runner-data - name: runner-data
mountPath: /data mountPath: /data