65 lines
1.7 KiB
YAML
65 lines
1.7 KiB
YAML
---
|
|
|
|
app_name: ${app_name}
|
|
app_port: ${app_port}
|
|
health_check: ${health_check}
|
|
module: module_less
|
|
bu: ${bu}
|
|
team: ${team}
|
|
priority: ${priority}
|
|
priority_v2: ${priority_v2}
|
|
primary_owner: ${primary_owner}
|
|
secondary_owner: ${secondary_owner}
|
|
initialDelaySeconds: ${initialDelaySeconds}
|
|
replica_count: ${replica_count}
|
|
environment:
|
|
ftr:
|
|
as_enabled: ${as_enabled}
|
|
as_min: ${as_min}
|
|
as_max: ${as_max}
|
|
cpu_limit: ${cpu_limit}
|
|
cpu_request: ${cpu_request}
|
|
memory_limit: ${memory_limit}
|
|
memory_request: ${memory_request}
|
|
deploymentStrategy: ${deploymentStrategy}
|
|
appMetrics: ${appMetrics}
|
|
deployment_args: false
|
|
command: /app/server
|
|
|
|
dev:
|
|
as_enabled: ${as_enabled}
|
|
as_min: ${as_min}
|
|
as_max: ${as_max}
|
|
cpu_limit: ${cpu_limit}
|
|
cpu_request: ${cpu_request}
|
|
memory_limit: ${memory_limit}
|
|
memory_request: ${memory_request}
|
|
deploymentStrategy: ${deploymentStrategy}
|
|
appMetrics: ${appMetrics}
|
|
deployment_args: false
|
|
command: /app/server
|
|
int:
|
|
as_enabled: ${as_enabled}
|
|
as_min: ${as_min}
|
|
as_max: ${as_max}
|
|
cpu_limit: ${cpu_limit}
|
|
cpu_request: ${cpu_request}
|
|
memory_limit: ${memory_limit}
|
|
memory_request: ${memory_request}
|
|
deploymentStrategy: ${deploymentStrategy}
|
|
appMetrics: ${appMetrics}
|
|
deployment_args: false
|
|
command: /app/server
|
|
prd:
|
|
as_enabled: ${as_enabled}
|
|
as_min: ${as_min}
|
|
as_max: ${as_max}
|
|
cpu_limit: ${cpu_limit}
|
|
cpu_request: ${cpu_request}
|
|
memory_limit: ${memory_limit}
|
|
memory_request: ${memory_request}
|
|
deploymentStrategy: ${deploymentStrategy}
|
|
appMetrics: ${appMetrics}
|
|
deployment_args: false
|
|
command: /app/server
|
|
|