hive-apps/projects/registry/values/harbor.yaml

30 lines
516 B
YAML
Raw Normal View History

2022-01-22 09:14:48 +00:00
expose:
type: ingress
tls:
enabled: true
certSource: secret
secret:
secretName: "harbor-tls"
notarySecretName: "notarty-tls"
ingress:
hosts:
core: registry.dc
notary: notary.dc
controller: default
className: ""
annotations:
traefik.ingress.kubernetes.io/router.tls: 'true'
cert-manager.io/cluster-issuer: vault-issuer
externalURL: https://registry.dc
ipFamily:
ipv6:
enabled: false
persistence:
enabled: true
notary:
enabled: false