mirror of
https://github.com/dadosfera/maestro.git
synced 2026-08-31 19:58:21 +00:00
68 lines
2.0 KiB
YAML
68 lines
2.0 KiB
YAML
# Default values for metabase.
|
|
# This is a YAML-formatted file.
|
|
# Declare variables to be passed into your templates.
|
|
|
|
replicaCount: 3
|
|
hostname: maestro.dadosfera.ai
|
|
image:
|
|
repository: 611330257153.dkr.ecr.us-east-1.amazonaws.com/microservices/maestro_prd
|
|
pullPolicy: IfNotPresent
|
|
# Overrides the image tag whose default is the chart appVersion.
|
|
tag: 1.56.0
|
|
app_name: maestro
|
|
containerPort: 3333
|
|
imagePullSecrets: "applications-secrets-ecr-auth-token-external-secret"
|
|
service:
|
|
type: ClusterIP
|
|
port: 3333
|
|
targetPort: 3333
|
|
ingress:
|
|
enabled: false
|
|
port: 3333
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 1500Mi
|
|
limits:
|
|
cpu: 2000m
|
|
memory: 2Gi
|
|
maestro:
|
|
aws_identity_pool_id: "us-east-1_Mrezsw9Sn"
|
|
duc_url: duc.dadosfera.ai
|
|
in_factory_url: in-factory.dadosfera.ai
|
|
bucket_customer_csv_assets: "customers-csv-assets-prd-611330257153"
|
|
env: prd
|
|
apm_service: maestro
|
|
jwt_token_secret_id: prd/root/jwt_token
|
|
logger_gelf_port: "1026"
|
|
npm_token: npm_Xp17h3daMkORcZ55NY95Ez4gRfdzsQ3UvINP
|
|
pb_token_path: prd/root/productboard_token
|
|
pi_factory_url: pi-factory.dadosfera.ai
|
|
sm_oauth_path: prd/root/oauth_applications
|
|
tr_factory_url: in-factory.dadosfera.ai
|
|
upload_file_agent_connection: cbc2f881-58c4-4d60-8003-0979b0b5b911
|
|
open_customer_id: f239718a-a271-4ef9-ae7e-02a2f0f3aa6e
|
|
open_group_id: 401573bb-334f-44b2-b30e-88d4cea31ae9
|
|
dedicated_proxy: ""
|
|
restricted_ip: ""
|
|
redis_host: "aaapzppmlyamkocqwstpo7zvopczyyiyuy6xzm2g6c5k4mq3a66be4a-0.redis.sa-saopaulo-1.oci.oraclecloud.com"
|
|
redis_port: "6379"
|
|
redis_database: "0"
|
|
cookie_secret: "13cc5e136d3074bcc05bec8697092ec1f5f376bf"
|
|
autoscaling:
|
|
enabled: false
|
|
minReplicas: 1
|
|
maxReplicas: 100
|
|
targetCPUUtilizationPercentage: 80
|
|
targetMemoryUtilizationPercentage: 80
|
|
|
|
affinity:
|
|
nodeAffinity:
|
|
requiredDuringSchedulingIgnoredDuringExecution:
|
|
nodeSelectorTerms:
|
|
- matchExpressions:
|
|
- key: name
|
|
operator: In
|
|
values:
|
|
- general
|