{ "server": { "http_addr": ":4443" }, "trust_service": { "type": "remote", "hostname": "{{ template "harbor.notary-signer" . }}", "port": "7899", "tls_ca_file": "/etc/ssl/notary/ca.crt", "key_algorithm": "ecdsa" }, "logging": { "level": "{{ .Values.logLevel }}" }, "storage": { "backend": "postgres", "db_url": "{{ template "harbor.database.notaryServer" . }}" }, "auth": { "type": "token", "options": { "realm": "{{ .Values.externalURL }}.{{ $.Values.global.host }}/service/token", "service": "harbor-notary", "issuer": "harbor-token-issuer", "rootcertbundle": "/root.crt" } } }