This documentation is for a release that is no longer maintained
See documentation for the latest supported version.4.2. 配置
在
app-config.yaml
文件中将代理设置为所需的 Nexus Repository Manager 服务器,如下所示:Copy to Clipboard Copied! Toggle word wrap Toggle overflow 可选:更改 Nexus 存储库管理器代理的基本 URL,如下所示:
nexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-path
nexusRepositoryManager: # default path is `/nexus-repository-manager` proxyPath: /custom-path
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 可选:启用以下实验性注解:
nexusRepositoryManager: experimentalAnnotations: true
nexusRepositoryManager: experimentalAnnotations: true
Copy to Clipboard Copied! Toggle word wrap Toggle overflow 使用以下注解注解您的实体:
metadata: annotations: # insert the chosen annotations here # example nexus-repository-manager/docker.image-name: `<ORGANIZATION>/<REPOSITORY>`,
metadata: annotations: # insert the chosen annotations here # example nexus-repository-manager/docker.image-name: `<ORGANIZATION>/<REPOSITORY>`,
Copy to Clipboard Copied! Toggle word wrap Toggle overflow