diff options
| author | 2020-12-28 21:53:56 +0000 | |
|---|---|---|
| committer | 2020-12-28 21:53:56 +0000 | |
| commit | 5aebc27e2d1eac3a1f359e4672b34b2b9af2c572 (patch) | |
| tree | 9b6a8e18987133f2518c8bf652fb5a2253c21e43 /deployment.yaml | |
| parent | Merge pull request #48 from python-discord/ks123/optional-questions (diff) | |
Minor DevOps tweaks
Diffstat (limited to 'deployment.yaml')
| -rw-r--r-- | deployment.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment.yaml b/deployment.yaml index 19a074e..fc5719e 100644 --- a/deployment.yaml +++ b/deployment.yaml @@ -3,7 +3,7 @@ kind: Deployment metadata: name: forms-backend spec: - replicas: 1 + replicas: 2 selector: matchLabels: app: forms-backend |