Recommended for:
Replace <S3-CREDENTIALS-SECRET>
with the name of your S3 credentials secret.
Parameter | Description | Example Value |
---|---|---|
spec.config.ingress.hosts[0].name | Custom domain for registry access | registry.yourcompany.com |
spec.config.ingress.hosts[0].tlsCert | TLS certificate secret reference (namespace/secret-name) | cpaas-system/registry-tls |
spec.config.ingress.ingressClassName | Ingress class name for the registry | cluster-alb-1 |
spec.config.persistence.size | Storage size for the registry | 10Gi |
spec.config.persistence.storageClass | StorageClass name for the registry | nfs-storage-sc |
spec.config.s3storage.bucket | S3 bucket name for image storage | prod-image-store |
spec.config.s3storage.region | AWS region for S3 storage | us-west-1 |
spec.config.s3storage.regionEndpoint | S3 service endpoint URL | https://s3.amazonaws.com |
spec.config.s3storage.secretName | Secret containing S3 credentials | s3-access-keys |
Execute the following command on the global cluster::
Execute the following command on the global cluster: