Last active
August 19, 2020 20:41
-
-
Save fieldju/c07b82bc9b2c30cb217a63cee375bff9 to your computer and use it in GitHub Desktop.
This file contains 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
apiVersion: spinnaker.armory.io/v1alpha2 | |
kind: SpinnakerService | |
metadata: | |
name: spinnaker | |
spec: | |
spinnakerConfig: | |
profiles: | |
spinnaker: | |
spinnaker: | |
extensibility: | |
plugins: | |
Armory.ObservabilityPlugin: | |
enabled: true | |
version: 1.0.0 | |
config.metrics: | |
additionalTags: | |
customerName: armory | |
customerEnvName: shrek | |
prometheus: | |
enabled: true | |
meterRegistryConfig.armoryRecommendedFiltersEnabled: true | |
repositories: | |
armory-observability-plugin-releases: | |
url: https://raw.githubusercontent.com/armory-plugins/armory-observability-plugin-releases/master/repositories.json | |
management: | |
endpoints.web: | |
exposure.include: aop-prometheus |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment