Merge pull request #192 from dod-ccpo/replicate

Update kubernetes deployment to have 2 replicas
This commit is contained in:
patricksmithdds 2018-08-21 11:24:38 -04:00 committed by GitHub
commit e068889b5b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,7 +12,7 @@ metadata:
name: atst
namespace: atat
spec:
replicas: 1
replicas: 2
strategy:
type: RollingUpdate
template:
@ -24,10 +24,10 @@ spec:
fsGroup: 101
containers:
- name: atst
image: registry.atat.codes:443/atst-prod:23e5c04
image: registry.atat.codes:443/atst-prod:e38bc2f
resources:
requests:
memory: "6000Mi"
memory: "2500Mi"
envFrom:
- configMapRef:
name: atst-envvars