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
|
||||
containers:
|
||||
- name: nginx-s3-upload
|
||||
resources:
|
||||
requests:
|
||||
memory: 200Mi
|
||||
limits:
|
||||
memory: 300Mi
|
||||
readinessProbe:
|
||||
httpGet:
|
||||
path: /healthcheck
|
||||
|
||||
Reference in New Issue
Block a user