diff --git a/kustomize/bases/gitea/gitea-deployment.yaml b/kustomize/bases/gitea/gitea-deployment.yaml index 3973702..967397f 100644 --- a/kustomize/bases/gitea/gitea-deployment.yaml +++ b/kustomize/bases/gitea/gitea-deployment.yaml @@ -52,10 +52,10 @@ spec: containerPort: 22 resources: requests: - cpu: 250m + cpu: 500m memory: 500Mi limits: - cpu: 250m + cpu: 1000m memory: 500Mi volumeMounts: - name: gitea-pv @@ -93,7 +93,7 @@ spec: - ReadWriteOnce resources: requests: - storage: 10Gi + storage: 20Gi # selector: # matchLabels: # app.kubernetes.io/name: gitea