diff --git a/roles/openshift-apps/flatpak-indexer/templates/deploymentconfig.yml.j2 b/roles/openshift-apps/flatpak-indexer/templates/deploymentconfig.yml.j2 index b24dea2e0d..288ab06328 100644 --- a/roles/openshift-apps/flatpak-indexer/templates/deploymentconfig.yml.j2 +++ b/roles/openshift-apps/flatpak-indexer/templates/deploymentconfig.yml.j2 @@ -126,7 +126,7 @@ spec: memory: 1Gi limits: cpu: 2 - memory: 3Gi + memory: 8Gi volumeMounts: - mountPath: /etc/flatpak-indexer name: indexer-config-volume @@ -355,7 +355,7 @@ spec: memory: 1Gi limits: cpu: 2 - memory: 3Gi + memory: 8Gi volumeMounts: - mountPath: /etc/flatpak-indexer name: indexer-config-volume