fix: update nginx TLS condition, set default commonName, and increase registry storage size
This commit is contained in:
@@ -20,7 +20,7 @@ expose:
|
||||
auto:
|
||||
# The common name used to generate the certificate, it's necessary
|
||||
# when the type isn't "ingress"
|
||||
commonName: ""
|
||||
commonName: "harbor.fireflylab.local"
|
||||
secret:
|
||||
# The name of secret which contains keys named:
|
||||
# "tls.crt" - the certificate
|
||||
@@ -152,7 +152,7 @@ persistence:
|
||||
storageClass: "longhorn-storage-delete"
|
||||
subPath: ""
|
||||
accessMode: ReadWriteOnce
|
||||
size: 5Gi
|
||||
size: 15Gi
|
||||
annotations: {}
|
||||
jobservice:
|
||||
jobLog:
|
||||
|
||||
Reference in New Issue
Block a user