Prepared cloud deployment of hawkbit sandbox
This commit is contained in:
19
examples/hawkbit-example-app/cf/manifest-simple.yml
Normal file
19
examples/hawkbit-example-app/cf/manifest-simple.yml
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
---
|
||||
applications:
|
||||
- name: hawkbit-simple
|
||||
memory: 1024M
|
||||
instances: 1
|
||||
buildpack: https://github.com/cloudfoundry/java-buildpack
|
||||
path: ${project.build.finalName}.jar
|
||||
env:
|
||||
SPRING_PROFILES_ACTIVE: cloudsandbox
|
||||
CF_STAGING_TIMEOUT: 15
|
||||
CF_STARTUP_TIMEOUT: 15
|
||||
21
examples/hawkbit-example-app/cf/manifest.yml
Normal file
21
examples/hawkbit-example-app/cf/manifest.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
#
|
||||
# Copyright (c) 2015 Bosch Software Innovations GmbH and others.
|
||||
#
|
||||
# All rights reserved. This program and the accompanying materials
|
||||
# are made available under the terms of the Eclipse Public License v1.0
|
||||
# which accompanies this distribution, and is available at
|
||||
# http://www.eclipse.org/legal/epl-v10.html
|
||||
#
|
||||
---
|
||||
applications:
|
||||
- name: hawkbit
|
||||
memory: 1024M
|
||||
instances: 1
|
||||
buildpack: https://github.com/cloudfoundry/java-buildpack
|
||||
path: ${project.build.finalName}.jar
|
||||
services:
|
||||
- dmf-rabbit
|
||||
env:
|
||||
SPRING_PROFILES_ACTIVE: cloudsandbox,amqp
|
||||
CF_STAGING_TIMEOUT: 15
|
||||
CF_STARTUP_TIMEOUT: 15
|
||||
Reference in New Issue
Block a user