Untitled
unknown
plain_text
a year ago
1.6 kB
4
Indexable
trivy:
enabled: true
# To avoid re-attaching the same PVC with RWO access mode to multiple pods
jobservice:
updateStrategy:
type: Recreate
registry:
updateStrategy:
type: Recreate
externalURL: harbor.aze
service:
loadBalancerIP: "10.214.1.10"
persistence:
persistentVolumeClaim:
registry:
size: 100Gi
core:
resourcesPreset: small
jobservice:
resourcesPreset: small
nginx:
resourcesPreset: small
tls:
## @param nginx.tls.enabled Enable TLS termination
##
enabled: true
## @param nginx.tls.existingSecret Existing secret name containing your own TLS certificates.
## The secret must contain the keys:
## `tls.crt` - the certificate (required),
## `tls.key` - the private key (required),
## `ca.crt` - CA certificate (optional)
## Self-signed TLS certificates will be used otherwise.
##
existingSecret: ""
## @param nginx.tls.commonName The common name used to generate the self-signed TLS certificates
##
commonName: core.harbor.domain
## @param nginx.behindReverseProxy If NGINX is behind another reverse proxy, set to true
## if the reverse proxy already provides the 'X-Forwarded-Proto' header field.
## This is, for example, the case for the OpenShift HAProxy router.
##
behindReverseProxy: false
portal:
resourcesPreset: small
registry:
controller:
resourcesPreset: small
server:
resourcesPreset: small
postgresql:
primary:
resourcesPreset: small
redis:
master:
resourcesPreset: smallEditor is loading...
Leave a Comment