Last active
August 6, 2019 00:45
-
-
Save rhardt-pivotal/1e760862e4a2a4c722be6292b1af64f0 to your computer and use it in GitHub Desktop.
Prometheus RSocket Proxy PAS/CFAR manifest
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
--- | |
applications: | |
- name: prom-proxy | |
path: ./proxy/build/libs/prometheus-rsocket-proxy-0.8.0-SNAPSHOT.jar | |
buildpack: java_buildpack_offline | |
memory: 1G | |
instances: 1 | |
routes: | |
- route: prom-proxy.apps.internal | |
- route: prom-proxy.<your-cf-apps-domain> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment