aegershman / yugabyte-boshrelease

yugabytedb bosh release

Home Page:https://github.com/yugabyte/yugabyte-db

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Testing YEDIS with spring music appears to have cooperated

aegershman opened this issue · comments

using spring-music with the following manifest.yml:

  - name: spring-music
    instances: 1
    memory: 1G
    disk_quota: 1G
    path: spring-music/build/libs/spring-music-1.0.jar
    buildpacks:
      - java_buildpack_offline
    random-route: true
    health-check-type: process
    env:
      SPRING_PROFILES_ACTIVE: redis
      JBP_CONFIG_SPRING_AUTO_RECONFIGURATION: '{enabled: false}'
    services:
      - yedis

where yedis is a user-provided service which looks like this:

  cf cups yedis -p '{"uri":"q-s0.tserver.services-network.yugabyte.bosh:6379"}'

That is awesome!! Nice work.