added files
This commit is contained in:
@@ -0,0 +1,55 @@
|
||||
---
|
||||
|
||||
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}
|
||||
stg:
|
||||
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}
|
||||
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}
|
||||
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}
|
||||
Reference in New Issue
Block a user