Update Guide Quay

adam.marton 2025-11-12 11:21:21 +00:00
parent 07618c3e6b
commit d00abb3372

@ -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