[ci skip] add finance app frontend and increase echo replicas

This commit is contained in:
viktorbarzin 2023-03-12 01:37:25 +00:00
parent 83d000bde0
commit 29e7dfc6a2
No known key found for this signature in database
GPG key ID: 0EB088298288D958
3 changed files with 35 additions and 1 deletions

View file

@ -21,7 +21,7 @@ resource "kubernetes_deployment" "echo" {
}
}
spec {
replicas = 1
replicas = 5
selector {
match_labels = {
run = "echo"