SIENTIAPDE-1646

SIENTIAPDE-1646 Add new runtime configuration for single environment in values.yaml

- Introduced a new runtime named "single" with a replica count of 1.
- Added an environment variable "GITHUB_BRANCH" set to "0.4.2" for the new runtime.
This commit is contained in:
vitor-aignosi
2026-05-19 14:06:36 -03:00
parent 83d3a4482c
commit 4edf70c4a0

View File

@@ -233,6 +233,11 @@ global:
runtimes:
- name: "basic"
replicas: 1
- name: "single"
replicas: 1
env:
- name: "GITHUB_BRANCH"
value: "0.4.2"
# -----------------------------------------------------------------------------
# Chart-level configuration (applies to all runtimes)