harbor-operator/values.yaml

37 lines
623 B
YAML

# Availability zone key for pods
topologyKey: kubernetes.io/hostname
# Harbor portal
ingress:
enabled: true
host: harbor.k-space.ee
tls:
host: "*.k-space.ee"
target: traefik.k-space.ee
class: traefik
# Instantiate proxy cache projects for known Docker registries
caches:
docker: true
quay: true
# Mutate pods for cached images
admissionController: false
# Harbor image repository and tag
image:
repository: goharbor
tag: v2.6.2
# Storage options
storage:
postgres:
class: shared
storage: 5Gi
registry:
class: shared
storage: 30Gi
# Harbor projects to initialize
projects: []