diff --git a/frontend/openshift.deploy.yml b/frontend/openshift.deploy.yml index 617cc14..7f9f20e 100644 --- a/frontend/openshift.deploy.yml +++ b/frontend/openshift.deploy.yml @@ -31,7 +31,7 @@ parameters: value: "1" - name: MAX_REPLICAS description: The maximum amount of replicas for the horizontal pod autoscaler. - value: "1" + value: "2" - name: REGISTRY description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000) value: ghcr.io diff --git a/frontend/openshift.nginx.deploy.yml b/frontend/openshift.nginx.deploy.yml index 4f2bd12..6de0d5f 100644 --- a/frontend/openshift.nginx.deploy.yml +++ b/frontend/openshift.nginx.deploy.yml @@ -31,7 +31,7 @@ parameters: value: "1" - name: MAX_REPLICAS description: The maximum amount of replicas for the horizontal pod autoscaler. - value: "1" + value: "2" - name: REGISTRY description: Container registry to import from (internal is image-registry.openshift-image-registry.svc:5000) value: ghcr.io