JIRA-000: Change title

Description body
This commit is contained in:
Victor Andrade 2023-06-13 10:24:54 +02:00
parent 863cc4bd99
commit 90d356d4ed
1 changed files with 47 additions and 0 deletions

View File

@ -0,0 +1,47 @@
names:
service: guestbook
project:
squad: infra.core.squad
primary_maintainer: victora
secondary_maintainer: aitor
public_api: false
private_api: false
deploy:
k8s_clusters:
- backend-ch1-dev
instances: 2
service:
- name: guestbook
port: 8080
tags: ["metrics"]
check:
type: http
path: /health
timeout: 120s
initial_delay_seconds: 1
success_threshold: 1
failure_threshold: 1
ready:
type: http
path: /ready
interval: 1s
timeout: 10s
initial_delay_seconds: 1
success_threshold: 1
failure_threshold: 1
env:
site:
ch1:
LOG_LEVEL: "error"
dc2:
LOG_LEVEL: "debug"
autoscaling:
minInstances: 5
maxInstances: 10
averageCpu: 70
averageMemory: 70
alerts: {
}