github.com/sentienttechnologies/studio-go-runner@v0.0.0-20201118202441-6d21f2ced8ee/examples/local/studioml.config (about) 1 2 database: 3 type: s3 4 endpoint: http://minio-service.{{ default "local-go-runner" .Namespace }}.svc.cluster.local:9000 5 bucket: metadata 6 authentication: none 7 8 storage: 9 type: s3 10 endpoint: http://minio-service.{{ default "local-go-runner" .Namespace }}.svc.cluster.local:9000 11 bucket: storage 12 authentication: none 13 14 cloud: 15 queue: 16 rmq: "amqp://UserUser:PasswordPassword@rabbitmq-service.{{ default "local-go-runner" .Namespace }}.svc.cluster.local:5672/%2f?connection_attempts=30&retry_delay=.5&socket_timeout=5" 17 18 server: 19 authentication: None 20 21 verbose: debug 22 saveWorkspaceFrequency: 3m 23 experimentLifetime: 120m 24 25 resources_needed: 26 cpus: 1 27 hdd: 10gb 28 ram: 2gb 29 30 env: 31 AWS_ACCESS_KEY_ID: "UserUser" 32 AWS_SECRET_ACCESS_KEY: "PasswordPassword" 33 AWS_DEFAULT_REGION: "{{ default "local-go-runner" .Namespace }}"