# v1 - JovainX API Compatability
# string - Name of this SaaS application
application_name: '<APP-NAME>'
# semantic versioning - version of this JovianX blueprint
# string - Name of a component to be used a main application entry point
main_endpoint_component: '<COMPONENT-NAME>'
# Components section defines all application components and their helm chart implementations
- name: '<COMPONENT-NAME>'
version: <COMPONENT-SEMVER>
helm_chart_name: <PATH/TO/HELM/CHART>
# List of key-value pairs to pass to helm on account creation
- name: '<ENTRYPOPINT-NAME>'
service_name: '<KUBERNETS-SERVICE-NAME>'
port: <KUBERNETES-SERVICE-PORT>
path: '<KUBERNETES-SERVICE-PATH>'
# Settings Descripts define user inputs and
- name: <DESCRIPTOR-NAME>
display: '<A QUESTION TO ASK THE USER ON SIGN-UP>'
default: '<DEFAULT ANSWER>'
- name: '<COMPONENT-NAME>' # Provide value to this componet