Created
June 28, 2017 15:18
-
-
Save donatello/b31ac793f9fe831fb9d83b49e47bc9a2 to your computer and use it in GitHub Desktop.
CF Manifests examples for Minio
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
name: minio | |
director_uuid: d43a09bc-1291-497d-a04d-1b66d883a9b8 | |
releases: | |
- {name: minio, version: latest} | |
stemcells: | |
- alias: bosh-google-kvm-ubuntu-trusty-go_agent | |
os: ubuntu-trusty | |
version: latest | |
instance_groups: | |
- name: minio | |
instances: 1 | |
azs: [us-central1-a] | |
jobs: | |
- name: minio-server | |
release: minio | |
properties: | |
credential: | |
accesskey: minio | |
secretkey: minio123 | |
vm_type: xlarge.disk | |
cloud_properties: | |
tags: | |
- allow-ssh | |
stemcell: bosh-google-kvm-ubuntu-trusty-go_agent | |
persistent_disk_type: '307200' | |
networks: | |
- name: services-1 | |
update: | |
canaries: 1 | |
max_in_flight: 10 | |
canary_watch_time: 1000-30000 | |
update_watch_time: 1000-30000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment