This commit is contained in:
ace 2021-04-01 06:24:45 +03:00
parent a84d4bc69f
commit f8a548ba87
No known key found for this signature in database
GPG Key ID: 32989872B72276A0

View File

@ -4,6 +4,11 @@ harbor_short_name: "harbor"
harbor_use_external_db: true harbor_use_external_db: true
harbor_default_values: harbor_default_values:
expose: expose:
tls:
certSource: secret
secret:
secretName: "{{ harbor_short_name }}.{{ domain }}-tls"
notarySecretName: "notary.{{ harbor_short_name }}.{{ domain }}-tls"
ingress: ingress:
hosts: hosts:
core: "{{ harbor_short_name }}.{{ domain }}" core: "{{ harbor_short_name }}.{{ domain }}"