Merge pull request #192 from dod-ccpo/replicate
Update kubernetes deployment to have 2 replicas
This commit is contained in:
commit
e068889b5b
@ -12,7 +12,7 @@ metadata:
|
|||||||
name: atst
|
name: atst
|
||||||
namespace: atat
|
namespace: atat
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 2
|
||||||
strategy:
|
strategy:
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
@ -24,10 +24,10 @@ spec:
|
|||||||
fsGroup: 101
|
fsGroup: 101
|
||||||
containers:
|
containers:
|
||||||
- name: atst
|
- name: atst
|
||||||
image: registry.atat.codes:443/atst-prod:23e5c04
|
image: registry.atat.codes:443/atst-prod:e38bc2f
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "6000Mi"
|
memory: "2500Mi"
|
||||||
envFrom:
|
envFrom:
|
||||||
- configMapRef:
|
- configMapRef:
|
||||||
name: atst-envvars
|
name: atst-envvars
|
||||||
|
Loading…
x
Reference in New Issue
Block a user