Add resources to deployment
This commit is contained in:
@@ -0,0 +1,5 @@
|
|||||||
|
.editorconfig
|
||||||
|
.git
|
||||||
|
.gitlab-ci.yml
|
||||||
|
deployment_files
|
||||||
|
README.MD
|
||||||
@@ -35,6 +35,11 @@ spec:
|
|||||||
topologyKey: kubernetes.io/hostname
|
topologyKey: kubernetes.io/hostname
|
||||||
containers:
|
containers:
|
||||||
- name: nginx-s3-upload
|
- name: nginx-s3-upload
|
||||||
|
resources:
|
||||||
|
requests:
|
||||||
|
memory: 200Mi
|
||||||
|
limits:
|
||||||
|
memory: 300Mi
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /healthcheck
|
path: /healthcheck
|
||||||
|
|||||||
Reference in New Issue
Block a user