harbor-operator
harbor-operator copied to clipboard
Kubernetes operator for Harbor service components
**Is your feature request related to a problem? Please describe.** Currently, when using an external PostgreSQL database we need to init it after the creation. ```sql CREATE DATABASE core WITH...
**Is your feature request related to a problem? Please describe.** Currently, the operator doesn't support injecting custom annotations. **Describe the solution you'd like** ```yaml apiVersion: goharbor.io/v1beta1 kind: HarborCluster metadata: #...
**Is your feature request related to a problem? Please describe.** We just noticed that the `harborCluster` object doesn't support define **affinity** objects. **Describe the solution you'd like** Supports affinity and...
Signed-off-by: He Weiwei
### Problem When exposing the harbor cluster with an **AWS ALB Ingress controller**, the Core's target group is using the default health check (/) making AWS mark it as unhealthy...
**Expected behavior and actual behavior:** Expected working with empty `spec.storage.spec.gcs.keyDataRef` which should allow to use Google workload identity. **Steps to reproduce the problem:** Run configuration without `keyDataRef: gcs-key` line `apiVersion:...
What can we help you? Currently `ExternalURL` and `expost.core.ingress` fields are required, can they be changed to not required? Currently we have a scenario where we only need to access...
Certs are available but the operator pod reports `FailedMount` warning: cert-manager version: v1.9.1 K8s version: 1.23 Harbor operator version: 1.3.0 After running this: ``` kubectl apply -f https://raw.githubusercontent.com/goharbor/harbor-operator/release-1.3.0/manifests/cluster/deployment.yaml ``` The...
Signed-off-by: cndoit18
What can we help you? We are using Harbor operator v1.3. For Postgres we using Zalando operator v1.8.2. We are creating the Postgres cluster up-front using Gitops with Flux. As...