# 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_BACKEND_HTTP_PORT: "8796" VELES_FRONTEND_HTTP_PORT: "8080" VELES_OIDC_ISSUER: https://sso.bstein.dev/realms/veles VELES_OIDC_CLIENT_ID: veles-web VELES_OIDC_REQUIRED_GROUPS: alpha,admin VELES_OIDC_GROUPS_CLAIM: groups VELES_OIDC_ROLES_CLAIM: realm_access.roles VELES_DATABASE_HOST: veles-postgres.veles.svc.cluster.local VELES_DATABASE_PORT: "5432" VELES_DATABASE_NAME: veles VELES_ARTIFACTS_PATH: /data/veles-artifacts VELES_ARTIFACTS_MODE: rwo-backend-owned 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_RETENTION_NODE_SELECTOR: veles.bstein.dev/simulation=true VELES_RETENTION_TOLERATION_KEY: veles.bstein.dev/simulation VELES_RETENTION_TOLERATION_VALUE: "true" VELES_LOG_RETENTION_DAYS: "30"