disable key
This commit is contained in:
@@ -7,7 +7,6 @@ harbor:
|
||||
externalURL: https://harbor.alexlebens.net
|
||||
persistence:
|
||||
enabled: true
|
||||
resourcePolicy: "keep"
|
||||
persistentVolumeClaim:
|
||||
registry:
|
||||
storageClass: ceph-block
|
||||
@@ -26,10 +25,6 @@ harbor:
|
||||
storageClass: ceph-block
|
||||
accessMode: ReadWriteOnce
|
||||
size: 5Gi
|
||||
imageChartStorage:
|
||||
type: filesystem
|
||||
filesystem:
|
||||
rootdirectory: /storage
|
||||
existingSecretAdminPassword: harbor-secret
|
||||
existingSecretAdminPasswordKey: HARBOR_ADMIN_PASSWORD
|
||||
ipFamily:
|
||||
@@ -42,24 +37,12 @@ harbor:
|
||||
existingSecretSecretKey: harbor-secret
|
||||
metrics:
|
||||
enabled: true
|
||||
core:
|
||||
path: /metrics
|
||||
port: 8001
|
||||
registry:
|
||||
path: /metrics
|
||||
port: 8001
|
||||
jobservice:
|
||||
path: /metrics
|
||||
port: 8001
|
||||
exporter:
|
||||
path: /metrics
|
||||
port: 8001
|
||||
serviceMonitor:
|
||||
enabled: true
|
||||
trace:
|
||||
enabled: false
|
||||
cache:
|
||||
enabled: false
|
||||
enabled: true
|
||||
portal:
|
||||
image:
|
||||
repository: ghcr.io/goharbor/harbor-portal
|
||||
@@ -68,13 +51,13 @@ harbor:
|
||||
image:
|
||||
repository: ghcr.io/goharbor/harbor-core
|
||||
tag: v2.12.2
|
||||
existingSecret: harbor-secret
|
||||
# existingSecret: harbor-secret
|
||||
jobservice:
|
||||
image:
|
||||
repository: ghcr.io/goharbor/harbor-jobservice
|
||||
tag: v2.12.2
|
||||
existingSecret: harbor-secret
|
||||
existingSecretKey: JOBSERVICE_SECRET
|
||||
# existingSecret: harbor-secret
|
||||
# existingSecretKey: JOBSERVICE_SECRET
|
||||
registry:
|
||||
registry:
|
||||
image:
|
||||
@@ -84,16 +67,16 @@ harbor:
|
||||
image:
|
||||
repository: ghcr.io/goharbor/harbor-registryctl
|
||||
tag: v2.12.2
|
||||
existingSecret: harbor-secret
|
||||
existingSecretKey: REGISTRY_HTTP_SECRET
|
||||
relativeurls: true
|
||||
credentials:
|
||||
existingSecret: harbor-secret
|
||||
upload_purging:
|
||||
enabled: true
|
||||
age: 168h
|
||||
interval: 24h
|
||||
dryrun: false
|
||||
# existingSecret: harbor-secret
|
||||
# existingSecretKey: REGISTRY_HTTP_SECRET
|
||||
# relativeurls: true
|
||||
# credentials:
|
||||
# existingSecret: harbor-secret
|
||||
# upload_purging:
|
||||
# enabled: true
|
||||
# age: 168h
|
||||
# interval: 24h
|
||||
# dryrun: false
|
||||
trivy:
|
||||
enabled: false
|
||||
database:
|
||||
|
Reference in New Issue
Block a user