fix: update nginx TLS condition, set default commonName, and increase registry storage size
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
{{- if and (ne .Values.expose.type "ingress") (ne .Values.expose.type "route") (.Values.expose.tls.enabled) }}
|
{{- if and (ne .Values.expose.type "ingress") (.Values.expose.tls.enabled) }}
|
||||||
{{- if eq (include "harbor.autoGenCertForNginx" .) "true" }}
|
{{- if eq (include "harbor.autoGenCertForNginx" .) "true" }}
|
||||||
{{- $ca := genCA "harbor-ca" 365 }}
|
{{- $ca := genCA "harbor-ca" 365 }}
|
||||||
{{- $cn := (required "The \"expose.tls.auto.commonName\" is required!" .Values.expose.tls.auto.commonName) }}
|
{{- $cn := (required "The \"expose.tls.auto.commonName\" is required!" .Values.expose.tls.auto.commonName) }}
|
||||||
|
|||||||
@@ -20,7 +20,7 @@ expose:
|
|||||||
auto:
|
auto:
|
||||||
# The common name used to generate the certificate, it's necessary
|
# The common name used to generate the certificate, it's necessary
|
||||||
# when the type isn't "ingress"
|
# when the type isn't "ingress"
|
||||||
commonName: ""
|
commonName: "harbor.fireflylab.local"
|
||||||
secret:
|
secret:
|
||||||
# The name of secret which contains keys named:
|
# The name of secret which contains keys named:
|
||||||
# "tls.crt" - the certificate
|
# "tls.crt" - the certificate
|
||||||
@@ -152,7 +152,7 @@ persistence:
|
|||||||
storageClass: "longhorn-storage-delete"
|
storageClass: "longhorn-storage-delete"
|
||||||
subPath: ""
|
subPath: ""
|
||||||
accessMode: ReadWriteOnce
|
accessMode: ReadWriteOnce
|
||||||
size: 5Gi
|
size: 15Gi
|
||||||
annotations: {}
|
annotations: {}
|
||||||
jobservice:
|
jobservice:
|
||||||
jobLog:
|
jobLog:
|
||||||
|
|||||||
Reference in New Issue
Block a user