titan-iac/services/veles/configmap.yaml
2026-06-09 00:46:46 -03:00

24 lines
784 B
YAML

# services/veles/configmap.yaml
apiVersion: v1
kind: ConfigMap
metadata:
name: veles-app-config
namespace: veles
data:
VELES_ENV: alpha
VELES_PUBLIC_BASE_URL: https://veles.bstein.dev
VELES_OIDC_ISSUER: https://sso.bstein.dev/realms/veles
VELES_OIDC_CLIENT_ID: veles-web
VELES_OIDC_REQUIRED_GROUPS: alpha,admin
VELES_DATABASE_HOST: veles-postgres.veles.svc.cluster.local
VELES_DATABASE_PORT: "5432"
VELES_DATABASE_NAME: veles
VELES_ARTIFACTS_PATH: /data/veles-artifacts
VELES_SIM_NAMESPACE: veles
VELES_SIM_SERVICE_ACCOUNT: veles-sim
VELES_SIM_PRIORITY_CLASS: veles-sim
VELES_SIM_NODE_SELECTOR: veles.bstein.dev/simulation=true
VELES_SIM_TOLERATION_KEY: veles.bstein.dev/simulation
VELES_SIM_TOLERATION_VALUE: "true"
VELES_LOG_RETENTION_DAYS: "30"