# Default values for configuration of a prod demo # see values.yaml for explanation on each params nameOverride: sxapi-prod versionOverride: "0.0.1" context: scope: startx cluster: default environment: demo component: sxapi app: default-sxapi-prod version: "0.0.1" sxapi: service: enabled: true expose: enabled: false version: "0.3.58" profile: "prod:start" debug: false replicas: 1 data: | sxapi.yml: |- name: prod-v1 description: Description of the prod v1 sxapi helm chart instance (defined in values-prod-v1.yaml) version: "0.0.1" debug: false resources: serviceinfo-sample: _class: serviceinfo log: filters: level: '0,1,2,3,4' type: debug,info,error,warn server: port: '8077' endpoints: - path: "/" desc: Display welcome message (HTML) body: |- Prod application (v1 values)

SXAPI is live ! (helm chart's managed by default values-prod-v1.yaml)

This production environment is deployed using the v1 values file of the sxapi chart available in the startx helm repository.

You could check the following endpoints :

- path: "/health" resource: serviceinfo-sample endpoint: health - path: "/info" resource: serviceinfo-sample endpoint: info