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
| image: | |
| repository: chartmuseum/chartmuseum | |
| tag: v0.11.0 | |
| env: | |
| open: | |
| STORAGE: amazon | |
| STORAGE_AMAZON_BUCKET: chart-museum-bucket | |
| STORAGE_AMAZON_REGION: eu-central-1 | |
| DISABLE_API: false |
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
| gitlabUrl: https://gitlab.com/ | |
| runnerRegistrationToken: "<your token>" | |
| unregisterRunners: true | |
| concurrent: 5 | |
| rbac: | |
| create: true | |
| clusterWideAccess: true | |
| podAnnotations: |
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
| gitlabUrl: https://gitlab.com/ | |
| runnerRegistrationToken: "<your token>" | |
| unregisterRunners: true | |
| concurrent: 15 | |
| rbac: | |
| create: true | |
| clusterWideAccess: true | |
| podAnnotations: |
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
| # Use this link to get latest images for datadog: https://hub.docker.com/r/datadog/ | |
| image: | |
| tag: 6.14.1-jmx | |
| datadog: | |
| apmEnabled: true | |
| logsEnabled: true | |
| logsConfigContainerCollectAll: true | |
| nonLocalTraffic: true | |
| leaderElection: true |
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
| # Use this link to get latest images for datadog: https://hub.docker.com/r/datadog/ | |
| image: | |
| tag: 6.14.1-jmx | |
| datadog: | |
| apmEnabled: true | |
| logsEnabled: true | |
| logsConfigContainerCollectAll: true | |
| nonLocalTraffic: true | |
| leaderElection: true |
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
| instances: | |
| - use_preview: true | |
| url: https://127.0.0.1:4001 | |
| prometheus_url: https://127.0.0.1:4001/metrics | |
| leader_tag: true | |
| tags: | |
| - "app:etcd" | |
| # You can set this false if getting issues with prometheus url. |
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
| instances: | |
| - prometheus_url: http://localhost:10252/metrics | |
| leader_election: true | |
| tags: | |
| - "app: kube_controller_manager" |
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
| instances: | |
| - prometheus_url: http://localhost:10251/metrics | |
| leader_election: true | |
| tags: | |
| - "app: kube_scheduler" |
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
| instances: | |
| - prometheus_url: localhost:443/metrics | |
| scheme: "https" | |
| bearer_token_auth: true | |
| bearer_token_path: "/var/run/secrets/kubernetes.io/serviceaccount/token" | |
| ssl_verify: false | |
| tags: | |
| - "app:api_server" |