values.yaml 1.1 KB

1234567891011121314151617181920
  1. # Name: The name assigned to all of the frontend objects defined in this template.
  2. name: nodejs-example
  3. # Namespace: The OpenShift Namespace where the ImageStream resides.
  4. namespace: openshift
  5. # Memory Limit: Maximum amount of memory the container can use.
  6. memory_limit: 512Mi
  7. # Git Repository URL: The URL of the repository with your application source code.
  8. source_repository_url: https://github.com/sclorg/nodejs-ex.git
  9. # Git Reference: Set this to a branch name, tag or other ref of your repository if you are not using the default branch.
  10. source_repository_ref:
  11. # Context Directory: Set this to the relative path to your project if it is not in the root of your repository.
  12. context_dir:
  13. # Application Hostname: The exposed hostname that will route to the Node.js service, if left blank a value will be defaulted.
  14. application_domain:
  15. # GitHub Webhook Secret: Github trigger secret. A difficult to guess string encoded as part of the webhook URL. Not encrypted.
  16. github_webhook_secret:
  17. # Generic Webhook Secret: A secret string used to configure the Generic webhook.
  18. generic_webhook_secret:
  19. # Custom NPM Mirror URL: The custom NPM mirror URL
  20. npm_mirror: