use 2 replicas of api

This commit is contained in:
David Dollar 2019-11-06 10:07:13 -05:00
parent 57e1c4d527
commit 0862af5605
No known key found for this signature in database
GPG Key ID: AFAF263FB45B2124

View File

@ -81,6 +81,7 @@ resource "kubernetes_deployment" "api" {
spec {
min_ready_seconds = 3
revision_history_limit = 0
replicas = 2
selector {
match_labels = {