fix/update harbor

This commit is contained in:
2024-08-08 12:45:21 +03:00
parent d3eb888d58
commit 9c2b5c39ee
3 changed files with 12 additions and 13 deletions

View File

@@ -6,7 +6,7 @@ expose:
hosts:
core: harbor.k-space.ee
annotations:
cert-manager.io/cluster-issuer: default
cert-manager.io/cluster-issuer: default
kubernetes.io/ingress.class: traefik
traefik.ingress.kubernetes.io/router.entrypoints: websecure
traefik.ingress.kubernetes.io/router.tls: "true"
@@ -77,9 +77,6 @@ existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD
# debug, info, warning, error or fatal
logLevel: debug
# If using existingSecretSecretKey, the key must be secretKey
existingSecretSecretKey: "harbor-core-oidc-secret-encryption-key"
# Run the migration job via helm hook
enableMigrateHelmHook: false