Last active
July 2, 2024 17:23
-
-
Save hguerrero/dbd8aaefede69690613dee43b251813d to your computer and use it in GitHub Desktop.
Developer Hub - Microcks config
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
global: | |
auth: | |
backend: | |
enabled: true | |
dynamic: | |
plugins: | |
- package: "@microcks/[email protected]" | |
integrity: sha512-/Pre7TmeJkVgPrdfTiG0wcYpZ1KM14/AE8kSwUfVGtae4k4/lqaUfMnexnp75ujXHItm+iuSWvCRNhOvEw3PuA== | |
pluginConfig: | |
catalog: | |
providers: | |
microcksApiEntity: | |
dev: | |
baseUrl: http://microcks-uber.hguerrer-dev.svc.cluster.local:8080 | |
serviceAccount: microcks-serviceaccount | |
serviceAccountCredentials: ab54d329-e435-41ae-a900-ec6b3fe15c54 | |
systemLabel: domain | |
ownerLabel: team | |
addOpenAPIServerUrl: true | |
schedule: # optional; same options as in TaskScheduleDefinition | |
frequency: { minutes: 2 } | |
timeout: { minutes: 1 } | |
includes: | |
- dynamic-plugins.default.yaml |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment