app-gen-tool/example/poc-starlingx-messages/values.yaml
Tomás Barros cac2937bef Refactor support for tar and git helm-charts
This commit aims to support helm-charts passed
as dir, git url or as a .tar package and unit
tests for these functionalities.
It also removes some of the remanescent Armada
sections from the app_manifest.yaml that i forgot
to remove in review 902843 and correct some
little flake8 warnings.

Test Plan:
PASS - Helm charts passed as dir in the
app_manifest path are working as expected
PASS - Helm charts passed as git url in the
app_manifest path are working as expected
PASS - Helm charts passed as tar packages in the
app_manifest path are working as expected

Story: 2010937
Task: 49130
Task: 49131

Change-Id: I1fc0e98f731c9a43f742b94d2044c57291876fc0
Signed-off-by: Tomás Barros <tomas.barros@encora.com>
2023-12-28 18:35:36 -03:00

23 lines
413 B
YAML

# Default values for helm-chart.
# This is a YAML-formatted file.
# Declare variables to be passed into your templates.
env:
- name: MODE
value: node
- name: SERVER
value: 127.0.0.1:8000
- name: PORT
value: "8000"
image:
repository: docker.io/brunomuniz/poc-starlingx
tag: 1.5.2
containerPort: 8000
kube:
port: 31234
replicas: 1
secret: my-docker-reg-secret
name: poc-starlingx