admin-ui/8
You can find the source of this version on GitHub at cloudfoundry-community/admin-ui-boshrelease. It was created based on the commit 2e4c28dc
.
Release Notes¶
Fixed issues: - update admin-ui sources to HEAD - fix #38: monit restart in race condition - fix #35: support of multiple nats addresses - fix #33: missing line in admin_ui.yml.erb
New Properties: - admin_ui.max_memory, default 1 GB, monit will restart admin-ui if this memory limit is reached
Usage¶
You can reference this release in your deployment manifest from the releases
section:
- name: "admin-ui" version: "8" url: "https://bosh.io/d/github.com/cloudfoundry-community/admin-ui-boshrelease?v=8" sha1: "d07af3b5012ed73469c837f207ff9927ce1209dd"
Or upload it to your director with the upload-release
command:
bosh upload-release --sha1 d07af3b5012ed73469c837f207ff9927ce1209dd \ "https://bosh.io/d/github.com/cloudfoundry-community/admin-ui-boshrelease?v=8"