Skip to content

Instantly share code, notes, and snippets.

@donatello
Created June 28, 2017 15:18
Show Gist options
  • Save donatello/b31ac793f9fe831fb9d83b49e47bc9a2 to your computer and use it in GitHub Desktop.
Save donatello/b31ac793f9fe831fb9d83b49e47bc9a2 to your computer and use it in GitHub Desktop.
CF Manifests examples for Minio
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