diff --git a/Guide-Quay.md b/Guide-Quay.md index 8cfc876..3f8f2c9 100644 --- a/Guide-Quay.md +++ b/Guide-Quay.md @@ -22,10 +22,11 @@ Before creating a Quay instance, ensure you have: - Access to a dedicated OpenShift project/namespace - Familiarity with basic `oc` or `kubectl` commands - The Quay Operator is already installed and managed cluster-wide (no need to install it yourself) +- High resource quota available (11 CPU cores, 26Gb Memory, 9 Pods, 6 Services) ## Creating a Quay Registry Instance -For a basic installation, create a `QuayRegistry` custom resource with the following YAML manifest: +For a basic installation without Horizontal Pod Autoscaling, create a `QuayRegistry` custom resource with the following YAML manifest: ```yaml kind: QuayRegistry @@ -44,7 +45,7 @@ spec: - kind: redis managed: true - kind: horizontalpodautoscaler - managed: true + managed: false - kind: route managed: true - kind: mirror @@ -99,7 +100,7 @@ spec: - kind: redis managed: true - kind: horizontalpodautoscaler - managed: true + managed: false - kind: route managed: true - kind: mirror