All Downloads are FREE. Search and download functionalities are using the official Maven repository.

archetype-resources.manifest.yml Maven / Gradle / Ivy

There is a newer version: 4.17.1
Show newest version
%YAML 1.1
# This file is a Cloud Foundry application manifest.
# Use it to deploy your ${artifactId} service to a Cloud Foundry environment.
# To do so with the Cloud Foundry CLI-tool, execute the following command in this directory:
#
#     cf push
#
# For more information see:
# http://docs.cloudfoundry.org/devguide/deploy-apps/manifest.html
---
applications:
- name: ${artifactId}
  instances: 1
  memory: 1024M
  host: ${artifactId}
  path: target/${artifactId}.war
  env:
    # used in logging format and API Console
    APP_NAME: ${artifactId}
    APP_VERSION: ${version}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy