Global Properties
Global Properties describes the global properties for deploying CHF Standalone:
Name | Description |
---|---|
applicationName | The name of the application, for example, chf-standalone . |
namespaceOverride | (Optional) The name of the namespace you want to use to override the default release namespace, for example, matrixx . |
partOfOverride | The name of a higher-level application that the CHF application is a part of, for example, MATRIXX . |
version | The current version of the application, for example, ${version}. |
chartVersion | (Optional) The version used by the chart label. |
globalRegistry | The global registry where your application images are stored. For more information about this property, see the discussion about image properties. |
This is an example of a global properties configuration:
matrixx-app:
# Name of the application.
applicationName: "chf-standalone"
namespaceOverride: "matrixx"
# -- Same as nameOverride but for the partOf.
partOfOverride: "MATRIXX"
version: ${version}
globalRegistry: "localhost:32000"